mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
updated dependencies to use latest UglifyJS2, instead of my year-old fork
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user