do not deploy to firebase anymore

This commit is contained in:
Radek Stepan 2014-10-27 06:57:57 -06:00
parent b5618410b2
commit 589f1e4ca0
4 changed files with 2 additions and 16 deletions

View File

@ -17,9 +17,8 @@ build:
grunt grunt
grunt minify grunt minify
# Publish on Firebase or GitHub Pages. # Publish to GitHub Pages.
publish: publish:
# firebase deploy -> http://burnchart.firebaseapp.com
grunt gh-pages grunt gh-pages
# Run mocha test. # Run mocha test.

View File

View File

@ -23,11 +23,6 @@
##Backlog ##Backlog
###Routing
- [ ] Handle [404](https://www.firebase.com/docs/hosting/guide/url-redirects-rewrites.html#section-404) on routes; from catch all check if '/' or go 404 controller
- [ ] allow `pushState` when [Firebase hosted](https://www.firebase.com/docs/hosting/guide/url-redirects-rewrites.html#section-rewrites)
###Style ###Style
- [ ] focus on form fields style (blue outline etc) - [ ] focus on form fields style (blue outline etc)
@ -54,6 +49,7 @@
###Error Handling ###Error Handling
- [ ] GitHub Pages 404 file
- [ ] deal with Firebase timing out, are we still logged-in? - [ ] deal with Firebase timing out, are we still logged-in?
- [ ] check that we have not run out of requests to make - [ ] check that we have not run out of requests to make
- [ ] what if milestone does not match our strategy? - [ ] what if milestone does not match our strategy?

View File

@ -1,9 +0,0 @@
{
"firebase": "burnchart",
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}