diff --git a/Gruntfile.js b/Gruntfile.js index 569e458e5..9c9e398b5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -27,7 +27,7 @@ module.exports = function(grunt) { }, exec: { prod: { - command: 'ls' + command: 'node ./util/build.js' }, dev: { command: 'node ./util/build.js -d'