Commit 390589fa by Torkel Ödegaard

Merge pull request #1580 from bbinet/fix-uglify-compress-issue

fix uglify TypeError
parents 3119d15d ae41fa30
......@@ -7,7 +7,7 @@ module.exports = function(config) {
cwd: '<%= destDir %>',
options: {
quite: true,
compress: true,
compress: {},
preserveComments: false,
banner: '<%= meta.banner %>'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment