...
It is recommended for angular applications to add the following to your .slignore file:
Code Block |
---|
*vendor*.js *runtime*.js *inline*.js *polyfills*.js |
Ignoring common mapped files (images and html)
...
...
It is recommended for angular applications to add the following to your .slignore file:
Code Block |
---|
*vendor*.js *runtime*.js *inline*.js *polyfills*.js |
...