From d2baeb624cac3e52050e62897d7d467f8d4dc2e7 Mon Sep 17 00:00:00 2001 From: Andy Gup Date: Wed, 12 Aug 2015 12:17:11 -0600 Subject: [PATCH] minor cleanup of Gruntfile --- Gruntfile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 7ec6195..7456cd5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -130,6 +130,4 @@ module.exports = function(grunt) { grunt.registerTask('build',['jshint','concat','uglify']); grunt.registerTask('test',['jshint']); - - //grunt.registerTask('buildAll',['jshint','concat','uglify']); }; \ No newline at end of file