From 3a89fbc9a31fd5c36a24d030ad96bb1749e08c61 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 31 Jan 2014 11:49:33 +0200 Subject: [PATCH] Add examples/**/*css in the csslint task. Fixes #12457. --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index b5bd4bc785..f57e2e8ef1 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' ] },