]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add examples/**/*css in the csslint task.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Fri, 31 Jan 2014 09:49:33 +0000 (11:49 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 4 Feb 2014 07:04:40 +0000 (09:04 +0200)
Fixes #12457.

Gruntfile.js

index b5bd4bc785038c43406d390e153c50b3c547ceec..f57e2e8ef19820b300a437f42176d2ce7652b719 100644 (file)
@@ -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'
       ]
     },