diff options
| author | Chris Rebert <[email protected]> | 2013-08-18 13:47:16 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-18 13:47:16 -0700 |
| commit | 518488cb4069b4181435873380d0738e8b63bc81 (patch) | |
| tree | 00854c9dea09b5e9c236cdc85ec9bbf5169c3cf0 | |
| parent | b5d87fc42b04d74b25101293c83d8a4f01a3e22c (diff) | |
| download | bootstrap-518488cb4069b4181435873380d0738e8b63bc81.tar.xz bootstrap-518488cb4069b4181435873380d0738e8b63bc81.zip | |
make Recess part of the Grunt test task to guard against bad LESS
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 9e57ac024..e05763f1c 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 |
