Revert "File.js"
[app.Builder.js] / bjstester.js
index 5660227..554c391 100644 (file)
@@ -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,7 +56,7 @@ function bjstest(fn) {
     });
     render.loadItems(function() {
         print(render.toSource());
-    });
+    }, true);
     
 }
 //print(JSON.stringify(rf.cfg, null,4));