I have several vendor minified js under app/assets. How can I disable jshint to process these files?
app/assets/js/vendor/angular-moment.min.js
Add something like this to your build.sbt:
build.sbt
excludeFilter in (Assets, JshintKeys.jshint) := "*.min.js"