Skip to content

Commit

Permalink
make Recess part of the Grunt test task to guard against bad LESS
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Aug 18, 2013
1 parent b5d87fc commit 518488c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 518488c

Please sign in to comment.