From: Alan Knowles Date: Tue, 27 Jul 2010 04:46:48 +0000 (+0800) Subject: pack.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=4dba29805afa7c5b32f97f7559f12ad5db9a9960 pack.js --- diff --git a/pack.js b/pack.js index 80a8510..499a2a1 100644 --- a/pack.js +++ b/pack.js @@ -11,8 +11,8 @@ * -C no cleanup (use with -w if you need are using a cache directory.) * -p prefix for translation md5 generator (directory that files are in, and is removed * from path when generating an md5 for the translated name. - * -a autoversion - suffixes the latest timestamp eg. Core-100000000.js - * -i update index file in output directory. + * -a autoBuild - puts target in INPUTDIR/compiled/Core-TIMESTAMP.js + * * compresses files listed as arguments and outputs result */ @@ -29,7 +29,8 @@ args.shift(); // pack.js var cfg = { files : [], target : false, - srcfiles : [] + srcfiles : [], + autoBuild : false }