Skip to content

Commit

Permalink
MDL-55048 grunt: make uglify task behave as before
Browse files Browse the repository at this point in the history
Don't output the status of uglifyied JS files, just the final result,
will still report what happens in detail in verbose mode
  • Loading branch information
danpoltawski committed Jul 11, 2016
1 parent 2ce9109 commit 0e6e191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ module.exports = function(grunt) {
expand: true,
src: amdSrc,
rename: uglifyRename
}]
}],
options: {report: 'none'}
}
},
less: {
Expand Down

0 comments on commit 0e6e191

Please sign in to comment.