Created
December 14, 2015 22:27
-
-
Save joescii/3ae3b63f270d7bc71870 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set (JsKeys.prettyPrint in Compile) := false | |
set (JsKeys.compilationLevel in (Compile, JsKeys.js)) := CompilationLevel.SIMPLE_OPTIMIZATIONS | |
compile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In development, we don't minify so our
build.sbt
is set up to pretty print (we use coffeescript). I pass the above file to sbt as the list of commands to execute.