yeoman / generator-polymer

Scaffold out a Polymer project
http://polymer-project.org
926 stars 149 forks source link

Watch task fails on linting error #265

Closed aendra-rininsland closed 8 years ago

aendra-rininsland commented 8 years ago

If you run gulp serve, it will crash and die if there's a linting error. This is due to the gulpfile requiring lint on process start; if that returns exit code 2 (which the linter does even on warnings), then the whole process exits. This is really frustrating.

aendra-rininsland commented 8 years ago

Never mind, missed the discussion here in PSK about removing jsHint altogether. I think I just have an old version.