Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
XhmikosR committed Mar 23, 2016
1 parent bd4d1e4 commit 7e72c39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/uglify-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ grunt.initConfig({
options: {
compress: {
global_defs: {
"DEBUG": false
'DEBUG': false
},
dead_code: true
}
Expand Down
4 changes: 2 additions & 2 deletions docs/uglify-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ Turn on preservation of comments.
Type: `String`
Default: `''`

This string will be prepended to the minified output. Template strings (e.g. `<%= config.value %>` will be expanded automatically.
This string will be prepended to the minified output. Template strings (e.g. `<%= config.value %>` will be expanded automatically.

## footer
Type: `String`
Default: `''`

This string will be appended to the minified output. Template strings (e.g. `<%= config.value %>` will be expanded automatically.
This string will be appended to the minified output. Template strings (e.g. `<%= config.value %>` will be expanded automatically.

## screwIE8
Type: `Boolean`
Expand Down

0 comments on commit 7e72c39

Please sign in to comment.