]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Break csslint targets.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Thu, 27 Feb 2014 09:15:32 +0000 (11:15 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Thu, 27 Feb 2014 09:15:32 +0000 (11:15 +0200)
Gruntfile.js

index cce6ae6c0ae39be5a9269c79d503850ebd68b675..1cd3dd7d258245a66fe04c45dcb8d2525ce9bc07 100644 (file)
@@ -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'
       ]
     },