Skip to content

Commit 7e72c39

Browse files
committed
Update docs.
[ci skip]
1 parent bd4d1e4 commit 7e72c39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/uglify-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

docs/uglify-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ Turn on preservation of comments.
127127
Type: `String`
128128
Default: `''`
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
133133
Type: `String`
134134
Default: `''`
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
139139
Type: `Boolean`

0 commit comments

Comments
 (0)