gulp-jscs
gulp-jscs copied to clipboard
Check JavaScript code style with jscs
As a new `jscs` and current `gulp` user, I tried to get started by using `gulp-jscs` in my build. Ran into an error pretty quickly. Was able to reproduce in...
I'm trying to make `gulp-jscs` run on file changes, and - if an error is encountered - just report it, without breaking watch **and** without continuing the stream (e.g., a...
Would like to see support for the extract option, similar to how gulp-jshint does it.