From 05ccc185d9f6b35451f0db53d49c56285d1f8ddd Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 27 Feb 2014 11:15:32 +0200 Subject: [PATCH] Break csslint targets. --- Gruntfile.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index cce6ae6c0a..1cd3dd7d25 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' ] },