aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-01-03 18:12:26 -0800
committerMark Otto <[email protected]>2016-01-03 18:12:26 -0800
commita95f55fc38a9008f1c336c8861b8618f8533d652 (patch)
treee7d7ba535396e97e561137e55da73dd7ae5eade2
parent26b4211c2302e70035280327a1295babae48b033 (diff)
downloadbootstrap-a95f55fc38a9008f1c336c8861b8618f8533d652.tar.xz
bootstrap-a95f55fc38a9008f1c336c8861b8618f8533d652.zip
dont scsslint the main file because of the built-in copyright banner
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 82909bc96..00cb33c93 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']
}
},