Fix bundle task

This commit is contained in:
Samy Pessé
2014-11-14 18:53:48 +01:00
parent 6a04ba89a5
commit d6776b98d3
+1 -1
View File
@@ -118,7 +118,7 @@ module.exports = function (grunt) {
// Bundle the library
grunt.registerTask('bundle', [
'bower-install',
'browserify',
'uglify'
]);