v1.18.x
Julian Lam 11 years ago
parent e5681097f4
commit 5ba88b7152

@ -155,11 +155,11 @@ module.exports = function(Meta) {
cache: minifiedString,
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') {
callback();
}

Loading…
Cancel
Save