From 4447785a562da03b01e2f78a94a47bd518b551e4 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 21 Nov 2017 13:35:59 -0800 Subject: [PATCH] removed secure grunt task --- gruntfile.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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']);