File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ grunt.initConfig({
204204 options: {
205205 compress: {
206206 global_defs: {
207- " DEBUG" : false
207+ ' DEBUG' : false
208208 },
209209 dead_code: true
210210 }
Original file line number Diff line number Diff line change @@ -127,13 +127,13 @@ Turn on preservation of comments.
127127Type: ` String `
128128Default: ` '' `
129129
130- This string will be prepended to the minified output. Template strings (e.g. ` <%= config.value %> ` will be expanded automatically.
130+ This string will be prepended to the minified output. Template strings (e.g. ` <%= config.value %> ` will be expanded automatically.
131131
132132## footer
133133Type: ` String `
134134Default: ` '' `
135135
136- This string will be appended to the minified output. Template strings (e.g. ` <%= config.value %> ` will be expanded automatically.
136+ This string will be appended to the minified output. Template strings (e.g. ` <%= config.value %> ` will be expanded automatically.
137137
138138## screwIE8
139139Type: ` Boolean `
You can’t perform that action at this time.
0 commit comments