mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Release: allow local and github dists
This commit is contained in:
parent
ae3229c805
commit
47c21efce5
@ -4,7 +4,10 @@ module.exports = function( Release, complete ) {
|
|||||||
fs = require( "fs" ),
|
fs = require( "fs" ),
|
||||||
shell = require( "shelljs" ),
|
shell = require( "shelljs" ),
|
||||||
pkg = require( Release.dir.repo + "/package.json" ),
|
pkg = require( Release.dir.repo + "/package.json" ),
|
||||||
distRemote = Release.remote.replace( "jquery.git", "jquery-dist.git" ),
|
distRemote = Release.remote
|
||||||
|
|
||||||
|
// For local and github dists
|
||||||
|
.replace( /jquery(\.git|$)/, "jquery-dist$1" ),
|
||||||
|
|
||||||
// These files are included with the distribution
|
// These files are included with the distribution
|
||||||
files = [
|
files = [
|
||||||
|
Loading…
Reference in New Issue
Block a user