updated dependencies to use latest UglifyJS2, instead of my year-old fork

This commit is contained in:
Julian Lam
2015-07-06 13:19:09 -04:00
parent 1d4efaee68
commit 2d70733fa5
4 changed files with 19 additions and 3 deletions

View File

@@ -141,6 +141,7 @@ module.exports = function(Meta) {
switch(message.type) {
case 'end':
Meta.js.cache = message.minified;
Meta.js.map = message.sourceMap;
onComplete();
break;
case 'hash':