0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

fixups to csscomb grunt task

This commit is contained in:
Chris Rebert 2013-12-08 20:46:12 -08:00
parent 6b55e93570
commit dbe95f027d

View File

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