diff options
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Gruntfile.js b/Gruntfile.js index 1b7b198c..e78fbf45 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -294,6 +294,6 @@ module.exports = function(grunt) {    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']); +  grunt.registerTask('ci-checks', ['ddescribe-iit', 'merge-conflict', 'jshint']);    grunt.registerTask('default', ['package']);  }; | 
