Merge pull request #2272 from matiu/fix/grunt

fix gruntfile
This commit is contained in:
Matias Alejo Garcia 2015-01-05 15:20:59 -03:00
commit 632a73c809
1 changed files with 1 additions and 1 deletions

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'