diff options
| author | Mark Otto <[email protected]> | 2014-08-04 15:17:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-04 15:17:43 -0700 |
| commit | ef9e76c2c5fc587e8d5df043e1a0967c1f9de658 (patch) | |
| tree | 40fc2a04a229ce43a453b0f555056a963f25690f /Gruntfile.js | |
| parent | 724240fe4f2cba653cec0aad217dd133aaa9e051 (diff) | |
| download | bootstrap-ef9e76c2c5fc587e8d5df043e1a0967c1f9de658.tar.xz bootstrap-ef9e76c2c5fc587e8d5df043e1a0967c1f9de658.zip | |
comment out firefox specific code for linter to parse fully
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 85fa97ad8..9d2edf747 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -199,20 +199,6 @@ module.exports = function (grunt) { } }, - lesslint: { - src: [ - 'less/bootstrap.less' - ], - options: { - csslint: { - csslintrc: 'less/.csslintrc' - }, - imports: { - imports: 'less/*.less' - } - } - }, - csslint: { options: { csslintrc: 'less/.csslintrc' @@ -411,7 +397,7 @@ module.exports = function (grunt) { var testSubtasks = []; // Skip core tests if running a different subset of the test suite if (runSubset('core')) { - testSubtasks = testSubtasks.concat(['lesslint', 'dist-css', 'jshint', 'jscs', 'qunit']); + testSubtasks = testSubtasks.concat(['dist-css', 'csslint', 'jshint', 'jscs', 'qunit']); } // Skip HTML validation if running a different subset of the test suite if (runSubset('validate-html') && |
