yeoman / generator-angular

Yeoman generator for AngularJS
http://yeoman.io
5.73k stars 1.44k forks source link

Gulp serve command #1406

Closed grantm44 closed 7 years ago

grantm44 commented 7 years ago

Hi when I run gulp serve from the command line my index.html is being modified and moving these script tags.

After adding these scripts to index.html

<script src="bower_components/highcharts/highstock.js"></script>
<script src="bower_components/highcharts-ng/dist/highcharts-ng.js"></script>

I'm not familiar with Gulp, thanks.

Edit: Actually it seems to just be moving the script tags. I'm also getting an error

throw er; // Unhandled 'error' event at new JS_Parse_Error (eval at (C:\Users\Grant\Contacts\Desktop\portfolio\stockapp\node_modules\uglify-js\tools\node.js:28:1)

Anyone have any suggestions?