Skip to content

Instantly share code, notes, and snippets.

@joescii
Created December 14, 2015 22:27
Show Gist options
  • Save joescii/3ae3b63f270d7bc71870 to your computer and use it in GitHub Desktop.
Save joescii/3ae3b63f270d7bc71870 to your computer and use it in GitHub Desktop.
set (JsKeys.prettyPrint in Compile) := false
set (JsKeys.compilationLevel in (Compile, JsKeys.js)) := CompilationLevel.SIMPLE_OPTIMIZATIONS
compile
@joescii
Copy link
Author

joescii commented Dec 14, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment