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 ce4822c commit 3a4a95cCopy full SHA for 3a4a95c
build/release/dist.js
@@ -4,7 +4,10 @@ module.exports = function( Release, complete ) {
4
fs = require( "fs" ),
5
shell = require( "shelljs" ),
6
pkg = require( Release.dir.repo + "/package.json" ),
7
- distRemote = Release.remote.replace( "jquery.git", "jquery-dist.git" ),
+ distRemote = Release.remote
8
+
9
+ // For local and github dists
10
+ .replace( /jquery(\.git|$)/, "jquery-dist$1" ),
11
12
// These files are included with the distribution
13
files = [
0 commit comments