Commit dbe95f02 authored by Chris Rebert's avatar Chris Rebert

fixups to csscomb grunt task

parent 6b55e935
......@@ -122,8 +122,9 @@ module.exports = function (grunt) {
},
csscomb: {
sort: {
options: {
sortOrder: '/.csscomb.json',
sortOrder: '.csscomb.json',
},
files: {
'dist/css/<%= pkg.name %>.sorted.css': ['dist/css/<%= pkg.name %>.css'],
......@@ -131,6 +132,7 @@ module.exports = function (grunt) {
'dist/css/<%= pkg.name %>-theme.sorted.css': ['dist/css/<%= pkg.name %>-theme.css'],
'dist/css/<%= pkg.name %>-theme.min.sorted.css': ['dist/css/<%= pkg.name %>-theme.min.css']
}
}
},
usebanner: {
......@@ -328,7 +330,6 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-html-validation');
grunt.loadNpmTasks('grunt-jekyll');
grunt.loadNpmTasks('grunt-jscs-checker');
// grunt.loadNpmTasks('grunt-recess');
grunt.loadNpmTasks('grunt-saucelabs');
grunt.loadNpmTasks('grunt-sed');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment