yeoman / generator-webapp

A gulp.js generator for modern webapps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lint infinite loop.

erniehs-zz opened this issue · comments

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.

watch('test/spec/**/*.js', lintTest);

Hi @erniehs! Thanks for reporting it 😄

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

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