yeoman / generator-webapp

A gulp.js generator for modern webapps
3.77k stars 708 forks source link

gulp serve not includes newly added javascript files in scripts folder #691

Closed A-Allam closed 7 years ago

A-Allam commented 7 years ago

Hi there, I added another file in scripts folder and gulp serve not feels that it exists! it only see the main.js file!

neilhem commented 7 years ago

Hi, you should also include it in index.html file too.

A-Allam commented 7 years ago

Thanks @neilhem.