We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ec7b9 commit b4106f1Copy full SHA for b4106f1
lib/cdn.js
@@ -24,6 +24,8 @@ module.exports = function( Release ) {
24
25
if ( Release.project === "jquery" ) {
26
projectCdn = jqueryCdn;
27
+ } else if ( Release.project === "qunit" ) {
28
+ projectCdn = jqueryCdn + "/qunit";
29
} else if ( /^jquery-/.test( Release.project ) ) {
30
projectCdn = jqueryCdn + "/" + Release.project.substring( 7 ) +
31
"/" + Release.newVersion;
0 commit comments