diff options
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Gruntfile.js b/Gruntfile.js index d9e58049..123a0d72 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -300,7 +300,6 @@ module.exports = function(grunt) {    grunt.registerTask('minify', ['bower','clean', 'build', 'minall']);    grunt.registerTask('webserver', ['connect:devserver']);    grunt.registerTask('package', ['bower','clean', 'buildall', 'minall', 'collect-errors', 'docs', 'copy', 'write', 'compress']); -  grunt.registerTask('package-without-bower', ['clean', 'buildall', 'minall', 'collect-errors', 'docs', 'copy', 'write', 'compress']);    grunt.registerTask('ci-checks', ['ddescribe-iit', 'merge-conflict', 'jshint', 'jscs']);    grunt.registerTask('default', ['package']);  }; | 
