We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22e4b17 + b2d105a commit 150230cCopy full SHA for 150230c
1 file changed
Gruntfile.js
@@ -32,7 +32,7 @@ module.exports = function(grunt) {
32
"summary_detail_level": 3,
33
"warning_level": "VERBOSE",
34
"compilation_level": "SIMPLE_OPTIMIZATIONS",
35
- "output_wrapper": "'<%= grunt.file.read('scripts/output_wrapper.txt') %>'",
+ "output_wrapper": "<%= grunt.file.read('scripts/output_wrapper.txt') %>",
36
"externs": "./src/js/externs/externs.js"
37
}
38
0 commit comments