From ca3dcb0e14c89c27d9d730817d264e186fc789ec Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 9 Oct 2013 15:47:30 -0600 Subject: [PATCH] Stop base.js from trying to load deps.js --- buildcfg/ol-whitespace.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildcfg/ol-whitespace.json b/buildcfg/ol-whitespace.json index fb956da2fd..c17f47682b 100644 --- a/buildcfg/ol-whitespace.json +++ b/buildcfg/ol-whitespace.json @@ -33,10 +33,10 @@ "mode": "WHITESPACE", - // 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": [ + "var CLOSURE_NO_DEPS = true;\n", + "%output%" + ], "pretty-print": true }