From: Mark Otto Date: Mon, 4 Jan 2016 02:12:26 +0000 (-0800) Subject: dont scsslint the main file because of the built-in copyright banner X-Git-Tag: v4.0.0-alpha.3~437^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a95f55fc38a9008f1c336c8861b8618f8533d652;p=thirdparty%2Fbootstrap.git dont scsslint the main file because of the built-in copyright banner --- diff --git a/Gruntfile.js b/Gruntfile.js index 82909bc963..00cb33c939 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -217,7 +217,7 @@ module.exports = function (grunt) { src: ['scss/*.scss', '!scss/_normalize.scss'] }, docs: { - src: ['docs/assets/scss/*.scss', '!scss/_normalize.scss'] + src: ['docs/assets/scss/*.scss', '!scss/_normalize.scss', '!docs/assets/scss/docs.scss'] } },