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' ]);