revert grunt task

This commit is contained in:
Mario Colque 2014-02-10 13:05:09 -03:00
parent 9378da95c0
commit 5d20ee5ebe
1 changed files with 1 additions and 1 deletions

View File

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