fix Gruntfile

This commit is contained in:
Manuel Araoz 2014-03-12 09:38:21 -03:00
parent c339fb1f2f
commit 2b3d8e1d25
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module.exports = function(grunt) {
stdout: true,
stderr: true
},
command: 'node ./browser/browserify.js -a',
command: 'node ./browser/build.js -a',
}
},
watch: {