* chore(site): support site build w/o recompiling API docs If the site has already been built once, then rebuild the site without re-harp-compiling the API docs use: `gulp check-deploy —lang=‘’` Otherwise specify the languages whose API docs are to be rebuilt; as usual, omitting the `—lang` flag is equivalent to `—lang=all` which is equivalent to `—lang=‘ts|js|dart’`. Other changes to gulp tasks: - Renamed `serve` to `harp-serve`. - Removed `check-serve`. Use `harp-compile` followed by `serve-www’ instead. - `harp-compile` now also defaults to `—lang=all`. * post-review updates - Ensure that the deploy prompt can be seen.
35 lines
467 B
Plaintext
35 lines
467 B
Plaintext
node_modules
|
|
_temp
|
|
bower_components
|
|
jspm_packages
|
|
typings
|
|
**/packages
|
|
build
|
|
pubspec.lock
|
|
.pub
|
|
.packages
|
|
*.map
|
|
.DS_Store
|
|
**/*.iml
|
|
.idea
|
|
.vscode
|
|
**/js/latest/api
|
|
**/ts/latest/api
|
|
**/dart/latest/api
|
|
**/docs/**/_fragments
|
|
_.*
|
|
**/resources/zips
|
|
public/docs/xref-*.*
|
|
_zip-output
|
|
www*
|
|
npm-debug*.log*
|
|
*.plnkr.html
|
|
plnkr.html
|
|
*.eplnkr.html
|
|
eplnkr.html
|
|
*plnkr.no-link.html
|
|
public/docs/*/latest/guide/cheatsheet.json
|
|
protractor-results.txt
|
|
link-checker-results.txt
|
|
*a2docs.css
|