File.js
[app.Builder.js] / bjstester.js
index 5660227..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();
 
 
@@ -39,7 +39,7 @@ if (File.isFile(args[0])) {
  
 
 function bjstest(fn) {
-    
+    print("BJSTEST");
     // does it have a .bjs file..
     var bjs = fn.replace(/\.js$/, '.bjs');
     if (!bjs.match(/\.bjs$/)) {
@@ -56,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));