X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=bjstester.js;h=554c391321f8077d9ce8f92a662f3f6751a5d5a8;hb=119290bc3234e9ece1c64dbd72ca486d9633b5b7;hp=05b735f877f37f82e4cbdd6f96fe3b726716ff09;hpb=c040e6a0a1883a6b9f856b9f77755183ef55b5d0;p=app.Builder.js diff --git a/bjstester.js b/bjstester.js index 05b735f87..554c39132 100644 --- a/bjstester.js +++ b/bjstester.js @@ -36,13 +36,10 @@ 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$/)) { @@ -59,7 +56,7 @@ function bjstest(fn) { }); render.loadItems(function() { print(render.toSource()); - }); + }, true); } //print(JSON.stringify(rf.cfg, null,4));