Injects scripts, styles and partials into main HTML.
Runs sequentially:
- inject:scripts
- inject:styles
- inject:partials
Members
(private, static) inject:scripts
Injects the automatically sorted scripts into the main index.html
and copies it to temp.
Angular modules are automatically sorted for the correct order.
(private, static) inject:styles
Injects the main style file into the temporary index.html
.