JSDOC/PackerRun.vala
authorAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 09:23:17 +0000 (17:23 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 09:23:17 +0000 (17:23 +0800)
JSDOC/Packer.vala

JSDOC/Packer.vala
JSDOC/PackerRun.vala

index 0675868..0e74718 100644 (file)
@@ -18,11 +18,9 @@ x.srcfiles = array of files (that list other files...) << not supported?
 x.target = "output.pathname.js"
 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.packAll();  // writes files  etc..
+x.pack();  // writes files  etc..
     
  *</code> 
  *
index 5583790..9ed7eb2 100644 (file)
@@ -74,7 +74,7 @@ namespace JSDOC
                        if (opt_files.length > 0) {
                                p.loadFiles(opt_files);
                        }
-                       p.packAll();
+                       p.pack();
                }