Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Make re-building the API docs an optional part of gulp check-deploy task #2022

Closed
@naomiblack

Description

@naomiblack

Since we only re-build the API docs when there's a new release, it would greatly speed up site deploy if we could break those out and make them optional. I'm imagining something like:

  • run check-deploy
  • if check-deploy finds generated API docs in the local client are current with the checked-out local repositories for angular and angular-dart, skip re-generating API docs
  • if the local repositories are newer, remove old API docs under angular.io and generate new ones
  • on completion print a status message to stdio with the version that API docs were generated at

it would be a good idea to include some way to force generating the API docs (eg no version change, but testing a small tweak) but make the default be to not generate them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions