Revert "File.js"
[app.Builder.js] / gtkrun.js
index 3cf5e42..1ec53ad 100644 (file)
--- a/gtkrun.js
+++ b/gtkrun.js
@@ -80,14 +80,14 @@ files.forEach(function(f) {
     var js = fp; //.replace(/\.js$/, '.js');
     if (File.isFile(js)) {
         // check file time.. = bjs is less than compiled file..
-        if (File.mtime(fp) < File.mtime(js)) {
+        //if (File.mtime(fp) < File.mtime(js)) {
             XObject.log("LOADING" + js);
             olist.push(imports[js]);
             return;
-        }
+        //}
         // Compiling BJS is depreciated..
-        olist.push(imports[js]);
-        return;
+        //olist.push(imports[js]);
+        //return;
         
     }