JSDOC/Packer.vala
authorAlan Knowles <alan@roojs.com>
Wed, 28 Oct 2015 09:19:07 +0000 (17:19 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Oct 2015 09:19:07 +0000 (17:19 +0800)
JSDOC/Packer.vala

index 81b99da..866ca80 100644 (file)
@@ -21,12 +21,7 @@ x.debugTarget = "output.pathname.debug.js"
 x.debugTranslateTarget : "/tmp/output.translate.js" << this used to be the single vs double quotes.. we may not use it in future..
 x.translateJSON: "/tmp/translate.json",
     
-     
-x.packFiles(
-    "/location/of/temp_batch_dir", 
-    "/location/of/output-compacted-file.js",
-    "/location/of/output-debug-merged-file.js"
-);
+x.packAll();  
     
  *</code> 
  *