aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index cce6ae6c0..1cd3dd7d2 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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'
]
},