mozilla / high-fidelity

HTML5 podcast app (for the Web, including FirefoxOS)
https://marketplace.firefox.com/app/podcasts
108 stars 40 forks source link

Merge with ember-cli version? #65

Closed brittanydionigi closed 9 years ago

brittanydionigi commented 9 years ago

Do we want to convert this to ember-cli? Haven't looked at how many commits back I did that, but ember-cli version is here: https://github.com/brittanystoroz/its-five-o-clock-somewhere. There might be some annoying manual updates depending on how much has gone on with this app since then, and it's probably in dire need of dependency updates.

Just something to think about before we try adding in service workers. Might be good for people to see a SW example in an app using a popular framework.

tofumatt commented 9 years ago

I'd love for it to be an actual Ember CLI app, so even if there are annoying manual things to do I say it's worth it. Maybe even just manually moving over the app/ files into a new Ember CLI app would work if there's too much manual mucking about?

On Tue, Jun 30, 2015 at 2:35 PM, .DS_Storoz notifications@github.com wrote:

Do we want to convert this to ember-cli? Haven't looked at how many commits back I did that, but ember-cli version is here: https://github.com/brittanystoroz/its-five-o-clock-somewhere. There might be some annoying manual updates depending on how much has gone on with this app since then, and it's probably in dire need of dependency updates.

Just something to think about before we try adding in service workers. Might be good for people to see a SW example in an app using a popular framework.

Reply to this email directly or view it on GitHub: https://github.com/mozilla/high-fidelity/issues/65

brittanydionigi commented 9 years ago

Lol I totally posted the wrong link earlier...that's the timezone app not the podcasts app. I do believe I converted podcasts to ember-cli but may not have put it up on github. Will check on this tomorrow. Regardless, it's something I can take care of if I haven't already ¯(ツ)

brittanydionigi commented 9 years ago

closing this - ember-cli-conversion branch has been added to the repo and will work on related bugs there