aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-04-17 12:13:38 -0400
committerScott González <scott.gonzalez@gmail.com>2015-04-17 12:13:38 -0400
commit6231b161b92d28bdb6657cdd1f7d11436e6b132d (patch)
treef5e4855b709195a920acedaed0fcfdfe74ad8596 /Gruntfile.js
parent45797b9b4166a4d2e883cea9712e075bb484e337 (diff)
downloadjquery-ui-6231b161b92d28bdb6657cdd1f7d11436e6b132d.tar.gz
jquery-ui-6231b161b92d28bdb6657cdd1f7d11436e6b132d.zip
Tests: Fix AMD loading in IE8
It appears that we must load require.js via a standard script tag in order for it to work properly in IE8.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index f1fb6c5d7..1040ebe27 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -239,7 +239,8 @@ grunt.initConfig({
"ui/*.js",
"Gruntfile.js",
"build/**/*.js",
- "tests/unit/**/*.js"
+ "tests/unit/**/*.js",
+ "tests/lib/**/*.js"
]
},
csslint: {