generator-angular-fullstack
generator-angular-fullstack copied to clipboard
Gulp replacing my manually added CDN in index .html
I am using angular fullstack generator v3.8.0 to build my website and in order to make the UI more responsive I am using external libraries for the fonts and scrollbar.And everytime I hit gulp serve it automatically replaces that file from index.html and due to that the file is not loaded.Is there any fix for such behaviour?
@akaashanky you should be placing the external links in the _index.html
file which is the template used for the index.html file served by gulp.
And how can I create that?I mean can you refer some docs for cretaing that file and how the external file's CDNs are managed in that file?
Also I am not akaashanky :P
You're not placing your like between the <!-- injector:js -->
or <!-- bower:js -->
sections, are you? Because those get replaced whenever you gulp serve