pack.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 04:46:48 +0000 (12:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 04:46:48 +0000 (12:46 +0800)
pack.js

diff --git a/pack.js b/pack.js
index 80a8510..499a2a1 100644 (file)
--- 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
 }