Merge pull request #1115 from tschaub/no-deps
Stop base.js from trying to load deps.js.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user