diff options
| author | XhmikosR <[email protected]> | 2014-02-27 11:15:32 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-02-27 11:15:32 +0200 |
| commit | 05ccc185d9f6b35451f0db53d49c56285d1f8ddd (patch) | |
| tree | 106562ea64cb27e77043b01279d9317778a7784c | |
| parent | 4d527f925109a75ab88ff8ec811b781190372506 (diff) | |
| download | bootstrap-05ccc185d9f6b35451f0db53d49c56285d1f8ddd.tar.xz bootstrap-05ccc185d9f6b35451f0db53d49c56285d1f8ddd.zip | |
Break csslint targets.
| -rw-r--r-- | Gruntfile.js | 8 |
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' ] }, |
