mirror of
https://github.com/twbs/bootstrap.git
synced 2025-06-03 00:02:43 -04:00
fixups to csscomb grunt task
This commit is contained in:
parent
6b55e93570
commit
dbe95f027d
19
Gruntfile.js
19
Gruntfile.js
@ -122,14 +122,16 @@ module.exports = function (grunt) {
|
|||||||
},
|
},
|
||||||
|
|
||||||
csscomb: {
|
csscomb: {
|
||||||
options: {
|
sort: {
|
||||||
sortOrder: '/.csscomb.json',
|
options: {
|
||||||
},
|
sortOrder: '.csscomb.json',
|
||||||
files: {
|
},
|
||||||
'dist/css/<%= pkg.name %>.sorted.css': ['dist/css/<%= pkg.name %>.css'],
|
files: {
|
||||||
'dist/css/<%= pkg.name %>.min.sorted.css': ['dist/css/<%= pkg.name %>.min.css'],
|
'dist/css/<%= pkg.name %>.sorted.css': ['dist/css/<%= pkg.name %>.css'],
|
||||||
'dist/css/<%= pkg.name %>-theme.sorted.css': ['dist/css/<%= pkg.name %>-theme.css'],
|
'dist/css/<%= pkg.name %>.min.sorted.css': ['dist/css/<%= pkg.name %>.min.css'],
|
||||||
'dist/css/<%= pkg.name %>-theme.min.sorted.css': ['dist/css/<%= pkg.name %>-theme.min.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']
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -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');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user