From 9d1d59d54a5f160a4cad94353336a5572f9fed48 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 5 Mar 2013 09:53:03 +0100 Subject: [PATCH] Pretty print the whitespace build --- build/ol-whitespace.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/ol-whitespace.json b/build/ol-whitespace.json index 95fd632611..3d85dde80e 100644 --- a/build/ol-whitespace.json +++ b/build/ol-whitespace.json @@ -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 }