mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
6 lines
155 B
JavaScript
6 lines
155 B
JavaScript
|
load("js/ParseMaster.js", "js/pack.js", "js/writeFile.js");
|
||
|
|
||
|
var out = readFile( arguments[0] );
|
||
|
|
||
|
writeFile( arguments[1], pack( out, 62, true, false ) );
|