diff --git a/Gruntfile.js b/Gruntfile.js index 61e0e35..090f98a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: {