make Recess part of the Grunt test task to guard against bad LESS

This commit is contained in:
Chris Rebert 2013-08-18 13:47:16 -07:00
parent b5d87fc42b
commit 518488cb40
1 changed files with 1 additions and 1 deletions

View 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