diff options
author | Yves Delley | 2014-09-05 17:43:02 +0200 |
---|---|---|
committer | Yves Delley | 2014-09-05 17:43:02 +0200 |
commit | 7fe762c2f3d53e1a7dc457f8269105208230f399 (patch) | |
tree | 1435d3bc585b6a591161edce07ed8ea00326086d /Gruntfile.js | |
parent | 03d8a02f68ae8a89bcbf8cd8517a02faed3e8d12 (diff) |
-
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 06d8023..3a54333 100644 --- a/Gruntfile.js +++ b/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 |