From 5d20ee5ebef90010c51afb7d4376a3f4d98c6e53 Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Mon, 10 Feb 2014 13:05:09 -0300 Subject: [PATCH] revert grunt task --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3bb3fa0..6baaf2b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -146,7 +146,7 @@ module.exports = function(grunt) { grunt.option('force', true); //Default task(s). - grunt.registerTask('default', ['jshint', 'concat', 'uglify', 'cssmin', 'concurrent']); + grunt.registerTask('default', ['jshint', 'concurrent']); //Compile task (concat + minify) grunt.registerTask('compile', ['concat', 'uglify', 'cssmin']);