Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2016-01-04 05:12:26 +0300
committerMark Otto <markdotto@gmail.com>2016-01-04 05:12:26 +0300
commita95f55fc38a9008f1c336c8861b8618f8533d652 (patch)
treee7d7ba535396e97e561137e55da73dd7ae5eade2 /Gruntfile.js
parent26b4211c2302e70035280327a1295babae48b033 (diff)
dont scsslint the main file because of the built-in copyright banner
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
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']
}
},