aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-08-26 00:55:24 -0700
committerChris Rebert <[email protected]>2015-08-26 00:58:39 -0700
commit631f3eca4b67180de53bb06bbb27bb1e197f8d5e (patch)
tree9972f940868788c08024be23bfe7117062ea648e
parentab4b463304ac10737e044036c149dd425e795516 (diff)
downloadbootstrap-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.js1
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');
}