fix gruntfile

This commit is contained in:
Manuel Araoz 2014-03-10 14:09:11 -03:00
parent d7529a8281
commit 79e8701316
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,11 @@ module.exports = function(grunt) {
grunt.initConfig({
shell: {
browserify: {
command: 'node ./browserify.js',
options: {
stdout: true,
stderr: true
},
command: 'node ./browser/browserify.js',
}
},
watch: {