d0bc83ca27
The current implementation is based on @igorminar's [angular-io-v42][1]. It is using Protractor to request all docs URLs, let them fallback to `/index.html` and save the rendered page. [1]: https://github.com/IgorMinar/angular-io-v42/tree/05508ab3/tools/prerenderer Fixes #15104
13 lines
163 B
Plaintext
13 lines
163 B
Plaintext
# Ignore node_modules
|
|
node_modules
|
|
|
|
# Ignore npm/yarn debug log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Ignore generated content
|
|
/dist
|
|
/tmp
|
|
/src/content/docs
|
|
/.sass-cache
|