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 87f53dc commit 7f00ee8Copy full SHA for 7f00ee8
lib/cdn.js
@@ -18,7 +18,7 @@ module.exports = function( Release ) {
18
19
_pushToCdn: function() {
20
var projectCdn,
21
- jqueryCdn = Release._cloneCdnRepo(),
+ jqueryCdn = Release._cloneCdnRepo() + "/cdn",
22
releaseCdn = Release.dir.repo + "/dist/cdn",
23
commitMessage = Release.project + ": Added version " + Release.newVersion;
24
0 commit comments