Skip to content

Commit

Permalink
keep minify() options in sync (#1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl authored May 15, 2017
1 parent 07d6bfd commit 756c9aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/minify.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function minify(files, options) {
cache: null,
eval: false,
ie8: false,
keep_classnames: false,
keep_fnames: false,
properties: false,
reserved: [],
Expand Down

0 comments on commit 756c9aa

Please sign in to comment.