mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Landing pull request 560. Further reduce minimal header. Fixes #10553.
More Details: - https://github.com/jquery/jquery/pull/560 - http://bugs.jquery.com/ticket/10553
This commit is contained in:
parent
c51b29477e
commit
e1a5d3ebfb
@ -5,7 +5,7 @@ var print = require( "sys" ).print,
|
||||
src = fs.readFileSync( process.argv[2], "utf8" ),
|
||||
version = fs.readFileSync( "version.txt", "utf8" ),
|
||||
// License Template
|
||||
license = "/*! jQuery v@VERSION http://jquery.com/ | http://jquery.org/license */";
|
||||
license = "/*! jQuery v@VERSION jquery.com | jquery.org/license */";
|
||||
|
||||
|
||||
// Previously done in sed but reimplemented here due to portability issues
|
||||
|
Loading…
Reference in New Issue
Block a user