Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 app/assets 下有几个供应商缩小的 js。如何禁用 jshint 来处理这些文件?
应用程序/资产/js/vendor/angular-moment.min.js
将这样的内容添加到您的build.sbt:
build.sbt
excludeFilter in (Assets, JshintKeys.jshint) := "*.min.js"