From: Chris Rebert Date: Sun, 18 Aug 2013 20:47:16 +0000 (-0700) Subject: make Recess part of the Grunt test task to guard against bad LESS X-Git-Tag: v3.0.0~69^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=518488cb4069b4181435873380d0738e8b63bc81;p=thirdparty%2Fbootstrap.git make Recess part of the Grunt test task to guard against bad LESS --- diff --git a/Gruntfile.js b/Gruntfile.js index 9e57ac024a..e05763f1c5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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