Skip to content

Commit

Permalink
fix gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maraoz committed Mar 10, 2014
1 parent d7529a8 commit 79e8701
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 79e8701

Please sign in to comment.