Skip to content

Commit 7f00ee8

Browse files
committed
CDN: Copy all CDN files to the "cdn" folder of the repo
Fixes gh-16
1 parent 87f53dc commit 7f00ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cdn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = function( Release ) {
1818

1919
_pushToCdn: function() {
2020
var projectCdn,
21-
jqueryCdn = Release._cloneCdnRepo(),
21+
jqueryCdn = Release._cloneCdnRepo() + "/cdn",
2222
releaseCdn = Release.dir.repo + "/dist/cdn",
2323
commitMessage = Release.project + ": Added version " + Release.newVersion;
2424

0 commit comments

Comments
 (0)