]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
enable CSSLint in test suite; fixes #12094
authorChris Rebert <code@rebertia.com>
Wed, 8 Jan 2014 03:34:49 +0000 (19:34 -0800)
committerChris Rebert <code@rebertia.com>
Wed, 8 Jan 2014 03:34:49 +0000 (19:34 -0800)
Gruntfile.js

index b6a2846646d8317efaaa89010bfcacd4d377f987..bd67ce84d50b5abe50f2e0b5e5ae10e58dd053e3 100644 (file)
@@ -300,7 +300,7 @@ module.exports = function (grunt) {
   var testSubtasks = [];
   // Skip core tests if running a different subset of the test suite
   if (!process.env.TWBS_TEST || process.env.TWBS_TEST === 'core') {
-    testSubtasks = testSubtasks.concat(['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 (!process.env.TWBS_TEST || process.env.TWBS_TEST === 'validate-html') {