mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 00:54:04 +02:00
fixups to csscomb grunt task
This commit is contained in:
@@ -122,8 +122,9 @@ module.exports = function (grunt) {
|
|||||||
},
|
},
|
||||||
|
|
||||||
csscomb: {
|
csscomb: {
|
||||||
|
sort: {
|
||||||
options: {
|
options: {
|
||||||
sortOrder: '/.csscomb.json',
|
sortOrder: '.csscomb.json',
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
'dist/css/<%= pkg.name %>.sorted.css': ['dist/css/<%= pkg.name %>.css'],
|
'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.sorted.css': ['dist/css/<%= pkg.name %>-theme.css'],
|
||||||
'dist/css/<%= pkg.name %>-theme.min.sorted.css': ['dist/css/<%= pkg.name %>-theme.min.css']
|
'dist/css/<%= pkg.name %>-theme.min.sorted.css': ['dist/css/<%= pkg.name %>-theme.min.css']
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
usebanner: {
|
usebanner: {
|
||||||
@@ -328,7 +330,6 @@ module.exports = function (grunt) {
|
|||||||
grunt.loadNpmTasks('grunt-html-validation');
|
grunt.loadNpmTasks('grunt-html-validation');
|
||||||
grunt.loadNpmTasks('grunt-jekyll');
|
grunt.loadNpmTasks('grunt-jekyll');
|
||||||
grunt.loadNpmTasks('grunt-jscs-checker');
|
grunt.loadNpmTasks('grunt-jscs-checker');
|
||||||
// grunt.loadNpmTasks('grunt-recess');
|
|
||||||
grunt.loadNpmTasks('grunt-saucelabs');
|
grunt.loadNpmTasks('grunt-saucelabs');
|
||||||
grunt.loadNpmTasks('grunt-sed');
|
grunt.loadNpmTasks('grunt-sed');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user