From a7339a0f4c05f5b6a84cc457641a363e18ef2b85 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 27 Feb 2014 11:21:52 +0200 Subject: [PATCH] Move csslint overrides in Gruntfile.js. This works around https://github.com/gruntjs/grunt-contrib-csslint/issues/26 --- Gruntfile.js | 10 +++++++--- docs/assets/css/docs.css | 2 -- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1cd3dd7d25..161decae10 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -89,9 +89,13 @@ module.exports = function (grunt) { examples: [ 'docs/examples/**/*.css' ], - docs: [ - 'docs/assets/css/docs.css' - ] + docs: { + options: { + 'ids': false, + 'overqualified-elements': false + }, + src: ['docs/assets/css/docs.css'] + } }, concat: { diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index a554a59aa8..8a82ed11ef 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -1,5 +1,3 @@ -/*csslint ids: false, overqualified-elements: false, fallback-colors: false*/ - /*! * Bootstrap Docs (http://getbootstrap.com) * Copyright 2011-2014 Twitter, Inc.