Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Commit

Permalink
Merge pull request #99 from firebase/fb-hosting
Browse files Browse the repository at this point in the history
Firebase hosted website
  • Loading branch information
Jacob Wenger committed Nov 7, 2014
2 parents 15544d6 + 9b60bd7 commit 3b75b8f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](https://backbonefire.firebaseapp.com)
which was created using BackFire.


Expand Down
4 changes: 2 additions & 2 deletions examples/todos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ <h1>Todos</h1>
<script src="//cdnjs.cloudflare.com/ajax/libs/backbone.js/1.1.0/backbone-min.js"></script>

<!-- Firebase -->
<script src="//cdn.firebase.com/js/client/1.1.2/firebase.js"></script>
<script src="//cdn.firebase.com/js/client/2.0.2/firebase.js"></script>

<!-- BackFire -->
<script src="//cdn.firebase.com/libs/backfire/0.3.0/backfire.min.js"></script>
<script src="//cdn.firebase.com/libs/backfire/0.4.0/backfire.min.js"></script>

<!-- Custom JavaScript -->
<script src="todos.js"></script>
Expand Down
9 changes: 9 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"firebase": "backbonefire",
"public": "examples/todos",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}

0 comments on commit 3b75b8f

Please sign in to comment.