You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
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.