Yves Delley %!s(int64=10) %!d(string=hai) anos
pai
achega
7fe762c2f3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Gruntfile.js

+ 2 - 2
Gruntfile.js

@@ -133,13 +133,13 @@ module.exports = function(grunt) {
 	grunt.loadNpmTasks( 'grunt-zip' );
 
 	// Default task
-	grunt.registerTask( 'default', [ 'jshint', 'autoprefixer', 'cssmin', 'uglify', 'qunit' ] );
+	grunt.registerTask( 'default', [ 'jshint', 'css', 'uglify', 'qunit' ] );
 
 	// Theme task
 	grunt.registerTask( 'themes', [ 'sass' ] );
 
 	// CSS task
-	grunt.registerTask( 'css', [ 'autoprefixer' ] );
+	grunt.registerTask( 'css', [ 'autoprefixer', 'cssmin' ] );
 
 
 	// Package presentation to archive