diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-11-14 18:53:48 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-11-14 18:53:48 +0100 |
commit | d6776b98d3d4f632fdd981dccec3caee3e538790 (patch) | |
tree | 5677f3fb4662cc3d8923247b0e606b76b84d540f | |
parent | 6a04ba89a57428d06df1cfb4bf3105009be5a2fc (diff) | |
download | gitbook-d6776b98d3d4f632fdd981dccec3caee3e538790.zip gitbook-d6776b98d3d4f632fdd981dccec3caee3e538790.tar.gz gitbook-d6776b98d3d4f632fdd981dccec3caee3e538790.tar.bz2 |
Fix bundle task
-rw-r--r-- | Gruntfile.js | 2 |
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' ]); |