cfpb / design-manual

⚠️ THIS REPO IS DEPRECATED ⚠️ A set of design principles and standards for the Consumer Financial Protection Bureau.
https://cfpb.github.io/design-manual/
Creative Commons Zero v1.0 Universal
98 stars 71 forks source link

Update uglify to use harmony branch #514

Closed anselmbradford closed 7 years ago

anselmbradford commented 7 years ago

grunt-contrib-uglify does not support ES6 minification because the underlying UglifyJS dependency doesn't. The recommended workaround is to use the harmony branch of grunt-contrib-uglify.

Changes

Testing

Todos