poetic / ember-cli-github-pages

Easily manage gh-pages of your ember-cli addon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this work with the new rootURL?

RobbieTheWagner opened this issue · comments

Seems that Ember CLI has removed baseURL and moved to rootURL. I am now unable to deploy my apps. Please advise.

Thanks for letting me know, I'll have a look.

In the mean time you might be able to just update your dummy app's config to set the rootURL instead.

Should be fixed as of v0.1.2

Awesome, thanks @knownasilya!