mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-02 20:40:24 +00:00
Break csslint targets.
This commit is contained in:
parent
4d527f9251
commit
05ccc185d9
1 changed files with 6 additions and 2 deletions
|
|
@ -84,9 +84,13 @@ module.exports = function (grunt) {
|
|||
},
|
||||
src: [
|
||||
'dist/css/bootstrap.css',
|
||||
'dist/css/bootstrap-theme.css',
|
||||
'docs/assets/css/docs.css',
|
||||
'dist/css/bootstrap-theme.css'
|
||||
],
|
||||
examples: [
|
||||
'docs/examples/**/*.css'
|
||||
],
|
||||
docs: [
|
||||
'docs/assets/css/docs.css'
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue