From bc6399fab012d405b06e56e5884608f3cf7bb88e Mon Sep 17 00:00:00 2001 From: David Date: Fri, 7 Nov 2014 14:59:16 -0800 Subject: [PATCH 1/5] Firebase hosted website --- examples/todos/index.html | 2 +- firebase.json | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 firebase.json diff --git a/examples/todos/index.html b/examples/todos/index.html index d221add..bc90908 100644 --- a/examples/todos/index.html +++ b/examples/todos/index.html @@ -47,7 +47,7 @@

Todos

- + diff --git a/firebase.json b/firebase.json new file mode 100644 index 0000000..d000976 --- /dev/null +++ b/firebase.json @@ -0,0 +1,9 @@ +{ + "firebase": "backbone-fire", + "public": "examples/todos", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ] +} From 15956aa13f1b188c4b236254029289dcd92937a0 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 7 Nov 2014 15:10:59 -0800 Subject: [PATCH 2/5] No hyphen --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index d000976..a6a13c4 100644 --- a/firebase.json +++ b/firebase.json @@ -1,5 +1,5 @@ { - "firebase": "backbone-fire", + "firebase": "backbonefire", "public": "examples/todos", "ignore": [ "firebase.json", From 7ab7c3b313897575572929c8109f9f1c76cd841f Mon Sep 17 00:00:00 2001 From: David Date: Fri, 7 Nov 2014 15:13:10 -0800 Subject: [PATCH 3/5] 0.4 update --- examples/todos/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todos/index.html b/examples/todos/index.html index bc90908..46f7ca7 100644 --- a/examples/todos/index.html +++ b/examples/todos/index.html @@ -50,7 +50,7 @@

Todos

- + From d0bab9169a2c11d5eb7d6c67efc3ff42ca6a7c72 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 7 Nov 2014 15:18:39 -0800 Subject: [PATCH 4/5] Demo links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a80c592..80ad66f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ allow you to use regular `Backbone.Sync` based synchronization methods. ## Live Demo -Play around with our [realtime Todo App demo](http://firebase.github.io/backfire/examples/todos/) +Play around with our [realtime Todo App demo](http://backbonefire.firebaseapp.com) which was created using BackFire. From 9b60bd7509344b284d02f6904e1d7a0de3051cc0 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 7 Nov 2014 15:32:17 -0800 Subject: [PATCH 5/5] https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80ad66f..dfc8234 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ allow you to use regular `Backbone.Sync` based synchronization methods. ## Live Demo -Play around with our [realtime Todo App demo](http://backbonefire.firebaseapp.com) +Play around with our [realtime Todo App demo](https://backbonefire.firebaseapp.com) which was created using BackFire.