diff --git a/Gruntfile.js b/Gruntfile.js index 08baead7a8..be761a16cf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -35,7 +35,6 @@ module.exports = function (grunt) { 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(incomplete.join(','));