src/Resources.vala
authorAlan Knowles <alan@roojs.com>
Sun, 15 Mar 2015 04:19:17 +0000 (12:19 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 15 Mar 2015 04:19:17 +0000 (12:19 +0800)
src/Resources.vala

index 6f9c4de..af453e9 100644 (file)
@@ -53,6 +53,17 @@ public class Resources : Object
                                this.fetchNext();
                     });
                     break;
+
+            case 3: // Gir overrides - used to handle the fact we are not querying valadoc yet....and gir does
+                    // not map that well to vala...
+                    this.fetchResourceFrom (
+                        "http://git.roojs.org/?p=app.Builder.js;a=blob_plain;f=resources/roo.builder.js",
+                        "roo.builder.js",
+                        (sess,msg) => {
+                                
+                               this.fetchNext();
+                    });
+                    break;
      )