Merge pull request #270 from fredj/pretty-print-build

Pretty print the whitespace build
This commit is contained in:
Frédéric Junod
2013-03-05 01:08:16 -08:00

View File

@@ -31,5 +31,7 @@
// Note: we can't have a (function(){%output%})() output wrapper with
// WHITESPACE and SIMPLE modes. See this link for explanations:
// https://groups.google.com/forum/#!topic/plovr/gQyZEa2NpsU
"output-wrapper": "%output%"
"output-wrapper": "%output%",
"pretty-print": true
}