fix Gruntfile

This commit is contained in:
Manuel Araoz 2014-03-12 09:38:21 -03:00
parent c339fb1f2f
commit 2b3d8e1d25

View File

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