From 2b3d8e1d2530084dc9f4dfceb9d3dfcfea34a3c5 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 12 Mar 2014 09:38:21 -0300 Subject: [PATCH] fix Gruntfile --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 8bf4826..76f758c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -16,7 +16,7 @@ module.exports = function(grunt) { stdout: true, stderr: true }, - command: 'node ./browser/browserify.js -a', + command: 'node ./browser/build.js -a', } }, watch: {