diff --git a/gruntfile.js b/gruntfile.js index 82f510f9..0b5539b9 100755 --- a/gruntfile.js +++ b/gruntfile.js @@ -334,10 +334,7 @@ module.exports = function(grunt) { // Debug task. grunt.registerTask('debug', ['lint', 'html2js:main', 'html2js:forms', 'concurrent:debug']); - - // Secure task(s). - grunt.registerTask('secure', ['env:secure', 'lint', 'html2js:main', 'html2js:forms', 'concurrent:default']); - + // Lint task(s). grunt.registerTask('lint', ['jshint', 'csslint', 'i18nlint:client', 'i18nlint:server']); grunt.registerTask('lint:tests', ['jshint:allTests']);