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']);