File.js
[app.Builder.js] / bjstester.js
index f8f8183..6e8c854 100644 (file)
@@ -26,7 +26,7 @@ var args = Array.prototype.slice.call(Seed.argv);
 
 args.shift();
 args.shift();
-//print(JSON.stringify(args, null,4));
+//print(JSON.(args, null,4));
 //Seed.quit();
 
 
@@ -36,16 +36,13 @@ if (File.isFile(args[0])) {
   throw "argument is not file";
 }
 
-
-print( " diff -w -u /tmp/rconv_orig /tmp/rconv_gen/");
-
-
 
 function bjstest(fn) {
-    
+    print("BJSTEST");
     // does it have a .bjs file..
     var bjs = fn.replace(/\.js$/, '.bjs');
-    if (!bjs.match(/\.bjs$/) {
+    if (!bjs.match(/\.bjs$/)) {
         throw "not a bjs file"
     } 
     // let's assume roo..
@@ -59,9 +56,9 @@ function bjstest(fn) {
     });
     render.loadItems(function() {
         print(render.toSource());
-    });
+    }, true);
     
 }
-//print(JSON.stringify(rf.cfg, null,4));
+//print(JSON.(rf.cfg, null,4));