removed comment from Gruntfile

v1.18.x
Julian Lam 8 years ago
parent 2291899f4f
commit 12f834072a

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

Loading…
Cancel
Save