aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorTimmy Willison <4timmywil@gmail.com>2018-11-12 11:49:44 -0500
committerTimmy Willison <4timmywil@gmail.com>2018-11-27 14:28:57 -0500
commit13d0be101f9441f32a2d8528f4de7667d0ffa44b (patch)
tree732d7ff4cad32ec7b681e19ce4b2750cd825436e /Gruntfile.js
parentb8195fb94c59e48c043bae3d10f8b4f1ea0b967c (diff)
downloadjquery-13d0be101f9441f32a2d8528f4de7667d0ffa44b.tar.gz
jquery-13d0be101f9441f32a2d8528f4de7667d0ffa44b.zip
Tests: add IE launcher for debugging IE11 on Windows
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index b46b7457f..94c2cdb89 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -239,6 +239,10 @@ module.exports = function( grunt ) {
"firefox-debug": {
browsers: [ "Firefox" ],
singleRun: false
+ },
+ "ie-debug": {
+ browsers: [ "IE" ],
+ singleRun: false
}
},
watch: {