rubenv / angular-gettext-tools

Tools for extracting/compiling angular-gettext strings.
http://angular-gettext.rocketeer.be/
MIT License
39 stars 129 forks source link

Added option to turn off JSHint for translations file #153

Open nloyola opened 8 years ago

nloyola commented 8 years ago

When the option is set to true, the comment "// jshint ignore: start" is prepended to the compiled translations file. Thus the file is ignored by JSHint.

I'm using Angularjs in a Play Framework project. JS files are processed by JSHint using sbt-jshint. At the moment, sbt-jshint has no way for me to assign files to be ignored.