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

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

Loading…
Cancel
Save