diff options
| author | Chris Rebert <[email protected]> | 2015-08-26 00:55:24 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-08-26 00:58:39 -0700 |
| commit | 631f3eca4b67180de53bb06bbb27bb1e197f8d5e (patch) | |
| tree | 9972f940868788c08024be23bfe7117062ea648e | |
| parent | ab4b463304ac10737e044036c149dd425e795516 (diff) | |
| download | bootstrap-631f3eca4b67180de53bb06bbb27bb1e197f8d5e.tar.xz bootstrap-631f3eca4b67180de53bb06bbb27bb1e197f8d5e.zip | |
Add babel:dev to Sauce Grunt subtasks so we don't test stale JS
Refs #17328
| -rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index f6348286d..80437041f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -455,6 +455,7 @@ module.exports = function (grunt) { runSubset('sauce-js-unit') && // Skip Sauce on Travis when [skip sauce] is in the commit message isUndefOrNonZero(process.env.TWBS_DO_SAUCE)) { + testSubtasks.push('babel:dev'); testSubtasks.push('connect'); testSubtasks.push('saucelabs-qunit'); } |
