aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-12-26 12:32:34 -0800
committerChris Rebert <[email protected]>2013-12-26 12:32:34 -0800
commite4b036d278d5e11d6c9fcdfd78a2bae78d281e4f (patch)
tree2b18d1fe8ac601f805101f7b2d19236eb636d7f9 /Gruntfile.js
parent1e938f17810490c0bfed6039fd23dfcd91afcb58 (diff)
parent5eab9cbe82f90087516a7c45b2b01a58e3c037c8 (diff)
downloadbootstrap-e4b036d278d5e11d6c9fcdfd78a2bae78d281e4f.tar.xz
bootstrap-e4b036d278d5e11d6c9fcdfd78a2bae78d281e4f.zip
Merge pull request #12021 from XhmikosR/master
Add docs-assets/css/docs.css to csslint too.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index ef4d6855e..1feff2233 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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: {