mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Added the new pack script.
This commit is contained in:
parent
76ac10ed1f
commit
ba79495789
5
build/build/pack.js
Normal file
5
build/build/pack.js
Normal file
@ -0,0 +1,5 @@
|
||||
load("build/js/ParseMaster.js", "build/js/pack.js", "build/js/writeFile.js");
|
||||
|
||||
var out = readFile( arguments[0] );
|
||||
|
||||
writeFile( arguments[1], pack( out, 62, true, false ) );
|
Loading…
Reference in New Issue
Block a user