Stop base.js from trying to load deps.js
This commit is contained in:
@@ -33,10 +33,10 @@
|
|||||||
|
|
||||||
"mode": "WHITESPACE",
|
"mode": "WHITESPACE",
|
||||||
|
|
||||||
// Note: we can't have a (function(){%output%})() output wrapper with
|
"output-wrapper": [
|
||||||
// WHITESPACE and SIMPLE modes. See this link for explanations:
|
"var CLOSURE_NO_DEPS = true;\n",
|
||||||
// https://groups.google.com/forum/#!topic/plovr/gQyZEa2NpsU
|
"%output%"
|
||||||
"output-wrapper": "%output%",
|
],
|
||||||
|
|
||||||
"pretty-print": true
|
"pretty-print": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user