|
|
@ -155,11 +155,11 @@ module.exports = function(Meta) {
|
|
|
|
cache: minifiedString,
|
|
|
|
cache: minifiedString,
|
|
|
|
map: mapString
|
|
|
|
map: mapString
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
// Save the minfile in public/ so things like nginx can serve it
|
|
|
|
|
|
|
|
Meta.js.commitToFile();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Save the minfile in public/ so things like nginx can serve it
|
|
|
|
|
|
|
|
Meta.js.commitToFile();
|
|
|
|
|
|
|
|
|
|
|
|
if (typeof callback === 'function') {
|
|
|
|
if (typeof callback === 'function') {
|
|
|
|
callback();
|
|
|
|
callback();
|
|
|
|
}
|
|
|
|
}
|
|
|
|