mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Reorder the Gruntfile a bit
This commit is contained in:
parent
aacafb2d5c
commit
2f7b04a192
54
Gruntfile.js
54
Gruntfile.js
@ -82,26 +82,6 @@ module.exports = function (grunt) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
csslint: {
|
|
||||||
options: {
|
|
||||||
csslintrc: 'less/.csslintrc'
|
|
||||||
},
|
|
||||||
src: [
|
|
||||||
'dist/css/bootstrap.css',
|
|
||||||
'dist/css/bootstrap-theme.css'
|
|
||||||
],
|
|
||||||
examples: [
|
|
||||||
'docs/examples/**/*.css'
|
|
||||||
],
|
|
||||||
docs: {
|
|
||||||
options: {
|
|
||||||
'ids': false,
|
|
||||||
'overqualified-elements': false
|
|
||||||
},
|
|
||||||
src: 'docs/assets/css/src/docs.css'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
concat: {
|
concat: {
|
||||||
options: {
|
options: {
|
||||||
banner: '<%= banner %>\n<%= jqueryCheck %>',
|
banner: '<%= banner %>\n<%= jqueryCheck %>',
|
||||||
@ -164,6 +144,13 @@ module.exports = function (grunt) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
qunit: {
|
||||||
|
options: {
|
||||||
|
inject: 'js/tests/unit/phantom.js'
|
||||||
|
},
|
||||||
|
files: 'js/tests/index.html'
|
||||||
|
},
|
||||||
|
|
||||||
less: {
|
less: {
|
||||||
compileCore: {
|
compileCore: {
|
||||||
options: {
|
options: {
|
||||||
@ -237,6 +224,26 @@ module.exports = function (grunt) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
csslint: {
|
||||||
|
options: {
|
||||||
|
csslintrc: 'less/.csslintrc'
|
||||||
|
},
|
||||||
|
src: [
|
||||||
|
'dist/css/bootstrap.css',
|
||||||
|
'dist/css/bootstrap-theme.css'
|
||||||
|
],
|
||||||
|
examples: [
|
||||||
|
'docs/examples/**/*.css'
|
||||||
|
],
|
||||||
|
docs: {
|
||||||
|
options: {
|
||||||
|
'ids': false,
|
||||||
|
'overqualified-elements': false
|
||||||
|
},
|
||||||
|
src: 'docs/assets/css/src/docs.css'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
cssmin: {
|
cssmin: {
|
||||||
compress: {
|
compress: {
|
||||||
options: {
|
options: {
|
||||||
@ -314,13 +321,6 @@ module.exports = function (grunt) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
qunit: {
|
|
||||||
options: {
|
|
||||||
inject: 'js/tests/unit/phantom.js'
|
|
||||||
},
|
|
||||||
files: 'js/tests/index.html'
|
|
||||||
},
|
|
||||||
|
|
||||||
connect: {
|
connect: {
|
||||||
server: {
|
server: {
|
||||||
options: {
|
options: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user