fix gruntfile

This commit is contained in:
Matias Alejo Garcia 2015-01-05 15:20:00 -03:00
commit 53b24ca2ad

View file

@ -27,7 +27,7 @@ module.exports = function(grunt) {
},
exec: {
prod: {
command: 'ls'
command: 'node ./util/build.js'
},
dev: {
command: 'node ./util/build.js -d'