Hacker News new | ask | show | jobs
by tomseldon 3482 days ago
So this is a shameless, inexcusable plug but as it's relevant to the blog post...

If you're using Google Closure with Gulp in your work flow, you may find gulp-gjslint useful (https://github.com/TomSeldon/gulp-gjslint).

It's a gulp wrapper around gjslint, I. E. a Google Closure linter. :)

1 comments

Thanks! I'm fairly new to JS. I introduced a new dependency on a node module and for some reason gulp-uglify isn't working on production mode. I'm going to give this a try.