From 53b24ca2ad7636aa907549443b0f32e187706cbb Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 5 Jan 2015 15:20:00 -0300 Subject: [PATCH] fix gruntfile --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'