Merge pull request #1115 from tschaub/no-deps

Stop base.js from trying to load deps.js.
This commit is contained in:
Tim Schaub
2013-10-09 16:03:28 -07:00

View File

@@ -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
}