prep for @psychobunny, re: #5211

v1.18.x
Julian Lam 8 years ago
parent 1617c99e7b
commit 9bf0f6c5cd

@ -38,6 +38,7 @@ module.exports = function (grunt) {
return incomplete.indexOf(ext) === -1;
});
// @psychobunny, re: #5211, instead of this, just call `node app --build js` or `node app --build css,tpl`
updateArgs.push('--from-file=' + fromFile.join(','));
incomplete.push(compiling);

Loading…
Cancel
Save