2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Switch to jsDelivr for jQuery too. (#32918)

This commit is contained in:
XhmikosR
2021-01-28 23:26:08 +02:00
parent 17d8fba548
commit 2267193d8f
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ const { browsers, browsersKeys } = require('./browsers')
const USE_OLD_JQUERY = Boolean(process.env.USE_OLD_JQUERY)
const BUNDLE = Boolean(process.env.BUNDLE)
const BROWSERSTACK = Boolean(process.env.BROWSERSTACK)
const JQUERY_FILE = USE_OLD_JQUERY ? 'https://code.jquery.com/jquery-1.9.1.min.js' : 'node_modules/jquery/dist/jquery.slim.min.js'
const JQUERY_FILE = USE_OLD_JQUERY ?
'https://cdn.jsdelivr.net/npm/jquery@1.9.1/jquery.min.js' :
'node_modules/jquery/dist/jquery.slim.min.js'
const frameworks = [
'qunit',