aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2006-08-14 01:49:14 +0000
committerJohn Resig <jeresig@gmail.com>2006-08-14 01:49:14 +0000
commitba79495789cc390bcc704da55d17cc051d84a851 (patch)
tree325c5f1effde1c70b7dbaac7762fa2994a0a2525 /build
parent76ac10ed1f53d5166e18461e0d1bb98ceabe1e84 (diff)
downloadjquery-ba79495789cc390bcc704da55d17cc051d84a851.tar.gz
jquery-ba79495789cc390bcc704da55d17cc051d84a851.zip
Added the new pack script.
Diffstat (limited to 'build')
-rw-r--r--build/build/pack.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/build/pack.js b/build/build/pack.js
new file mode 100644
index 000000000..8c622ec47
--- /dev/null
+++ b/build/build/pack.js
@@ -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 ) );