From 79e87013161f81ee74f4f5d753db982066eb1826 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Mon, 10 Mar 2014 14:09:11 -0300 Subject: [PATCH] fix gruntfile --- Gruntfile.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 61e0e351f..090f98ab2 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: {