From d6776b98d3d4f632fdd981dccec3caee3e538790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Fri, 14 Nov 2014 18:53:48 +0100 Subject: [PATCH] Fix bundle task --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index ad2f622b2..215dceeeb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -118,7 +118,7 @@ module.exports = function (grunt) { // Bundle the library grunt.registerTask('bundle', [ - 'bower-install', + 'browserify', 'uglify' ]);