diff options
| author | XhmikosR <[email protected]> | 2014-01-31 11:49:33 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-02-04 09:04:40 +0200 |
| commit | 3a89fbc9a31fd5c36a24d030ad96bb1749e08c61 (patch) | |
| tree | 944888a2f3b6bc7c56a570d57f572c152b7932e9 | |
| parent | 8ee208e9c197d48828767764d7c89147ebde2a7e (diff) | |
| download | bootstrap-3a89fbc9a31fd5c36a24d030ad96bb1749e08c61.tar.xz bootstrap-3a89fbc9a31fd5c36a24d030ad96bb1749e08c61.zip | |
Add examples/**/*css in the csslint task.
Fixes #12457.
| -rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index b5bd4bc78..f57e2e8ef 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -82,7 +82,8 @@ module.exports = function (grunt) { src: [ 'dist/css/bootstrap.css', 'dist/css/bootstrap-theme.css', - 'docs/assets/css/docs.css' + 'docs/assets/css/docs.css', + 'docs/examples/**/*.css' ] }, |
