Skip to content

Commit

Permalink
Merge pull request woocommerce#1069 from jaylinski/uglify-js
Browse files Browse the repository at this point in the history
Minify vendor JS
  • Loading branch information
tiagonoronha authored Mar 5, 2019
2 parents 62b43b4 + 36fb43d commit 404dffc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 207 deletions.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ module.exports = function( grunt ) {
// Minify .js files.
uglify: {
options: {
preserveComments: 'some'
output: {
comments: 'some'
}
},
main: {
files: [{
Expand Down
Loading

0 comments on commit 404dffc

Please sign in to comment.