]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
make Recess part of the Grunt test task to guard against bad LESS
authorChris Rebert <code@rebertia.com>
Sun, 18 Aug 2013 20:47:16 +0000 (13:47 -0700)
committerChris Rebert <code@rebertia.com>
Sun, 18 Aug 2013 20:47:16 +0000 (13:47 -0700)
Gruntfile.js

index 9e57ac024aa61a6889a9cae92b7e9169f4e53fff..e05763f1c5dd2e3c5099a54d92b3b363b202fea6 100644 (file)
@@ -169,7 +169,7 @@ module.exports = function(grunt) {
   grunt.registerTask('validate-html', ['jekyll', 'validation']);
 
   // Test task.
-  var testSubtasks = ['jshint', 'qunit', 'validate-html'];
+  var testSubtasks = ['dist-css', 'jshint', 'qunit', 'validate-html'];
   // Only run BrowserStack tests under Travis
   if (process.env.TRAVIS) {
     // Only run BrowserStack tests if this is a mainline commit in twbs/bootstrap, or you have your own BrowserStack key