fix gruntfile

This commit is contained in:
Matias Alejo Garcia 2015-01-05 15:20:00 -03:00
parent a5880faa1e
commit 53b24ca2ad
1 changed files with 1 additions and 1 deletions

View File

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