Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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)

...