Skip to content
Snippets Groups Projects
Commit 7fe762c2 authored by Yves Delley's avatar Yves Delley
Browse files

-

parent 03d8a02f
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment