aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-06-19 00:14:52 -0700
committerMark Otto <[email protected]>2015-06-19 00:14:52 -0700
commit3df2d085ed219a16848b96e90a72fcd5575a5270 (patch)
tree12227e4ff57110cdd6322e7d4d7182936eddfaa6
parenteaa67a82d3a5b63e959feb153a79a82c1aeefbf2 (diff)
downloadbootstrap-3df2d085ed219a16848b96e90a72fcd5575a5270.tar.xz
bootstrap-3df2d085ed219a16848b96e90a72fcd5575a5270.zip
fix scsslint.yml path
-rw-r--r--Gruntfile.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 70c52fe5e..a387e3ca2 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -205,11 +205,11 @@ module.exports = function (grunt) {
// CSS build configuration
scsslint: {
- scss: ['scss/*.scss', '!scss/_normalize.scss'],
options: {
- config: 'scss/.scss-lint.yml',
- reporterOutput: 'scss-lint-report.xml'
- }
+ config: 'scss/.scsslint.yml',
+ reporterOutput: null
+ },
+ src: ['scss/*.scss', '!scss/_normalize.scss']
},
postcss: {