yeoman / generator-webapp

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

lint infinite loop. #769

Closed erniehs-zz closed 4 years ago

erniehs-zz commented 4 years ago

I have noticed when running the test server the lint goes into an infinite loop, perhaps it is related to this line below. we watch for a script change, and then lint and the linting process changes the script etc.

https://github.com/yeoman/generator-webapp/blob/c62391b8a58237d9f52f2763497d2e6c049e5833/app/templates/gulpfile.js#L217

UlisesGascon commented 4 years ago

Hi @erniehs! Thanks for reporting it 😄

Do you want to fix it? I can help you with the PR if you need help 👍

erniehs-zz commented 4 years ago

yes let me have a go at a simple PR for this. :)