From 5eab9cbe82f90087516a7c45b2b01a58e3c037c8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 10 Dec 2013 16:11:08 +0200 Subject: Add docs-assets/css/docs.css to csslint too. --- Gruntfile.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index ef4d6855e..1feff2233 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -64,7 +64,11 @@ module.exports = function (grunt) { options: { csslintrc: '.csslintrc' }, - src: ['dist/css/bootstrap.css', 'dist/css/bootstrap-theme.css'] + src: [ + 'dist/css/bootstrap.css', + 'dist/css/bootstrap-theme.css', + 'docs-assets/css/docs.css' + ] }, concat: { -- cgit v1.2.3