mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Add docs-assets/css/docs.css to csslint too.
This commit is contained in:
+5
-1
@@ -64,7 +64,11 @@ module.exports = function (grunt) {
|
||||
options: {
|
||||
csslintrc: '.csslintrc'
|
||||
},
|
||||
src: ['dist/css/bootstrap.css', 'dist/css/bootstrap-theme.css']
|
||||
src: [
|
||||
'dist/css/bootstrap.css',
|
||||
'dist/css/bootstrap-theme.css',
|
||||
'docs-assets/css/docs.css'
|
||||
]
|
||||
},
|
||||
|
||||
concat: {
|
||||
|
||||
Reference in New Issue
Block a user