This commit is contained in:
Julian Lam
2014-10-02 17:08:39 -04:00
parent e5681097f4
commit 5ba88b7152

View File

@@ -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();
}