Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

Commit 150230c

Browse files
author
Alice
committed
Merge pull request #148 from alice/master
Remove extraneous quotes from output_wrapper param
2 parents 22e4b17 + b2d105a commit 150230c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = function(grunt) {
3232
"summary_detail_level": 3,
3333
"warning_level": "VERBOSE",
3434
"compilation_level": "SIMPLE_OPTIMIZATIONS",
35-
"output_wrapper": "'<%= grunt.file.read('scripts/output_wrapper.txt') %>'",
35+
"output_wrapper": "<%= grunt.file.read('scripts/output_wrapper.txt') %>",
3636
"externs": "./src/js/externs/externs.js"
3737
}
3838
}

0 commit comments

Comments
 (0)