From 4dba29805afa7c5b32f97f7559f12ad5db9a9960 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 27 Jul 2010 12:46:48 +0800 Subject: [PATCH] pack.js --- pack.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 } -- 2.39.2