summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-11-14 18:53:48 +0100
committerSamy Pessé <samypesse@gmail.com>2014-11-14 18:53:48 +0100
commitd6776b98d3d4f632fdd981dccec3caee3e538790 (patch)
tree5677f3fb4662cc3d8923247b0e606b76b84d540f
parent6a04ba89a57428d06df1cfb4bf3105009be5a2fc (diff)
downloadgitbook-d6776b98d3d4f632fdd981dccec3caee3e538790.zip
gitbook-d6776b98d3d4f632fdd981dccec3caee3e538790.tar.gz
gitbook-d6776b98d3d4f632fdd981dccec3caee3e538790.tar.bz2
Fix bundle task
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index ad2f622..215dcee 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'
]);