san650/ember-web-app

Doesn't work with ember-cli-deploy?

gordonbisnor opened this issue · 3 comments

It seems to me that this does not work with ember-cli-deploy – do you know if this is something that could be accomplished within this addon either now or with some additional work (I could look into it if you like), or if you think it should be an ember-cli-deploy plugin?

Hi @gordonbisnor, thanks for opening the issue.

I'm not aware that the addon is not working with ember-cli-deploy, can you expand a bit more on what's the issue?

If it's not working, it would be really important to add support for it.

@san650 Hmm, I found that it I run ember build I get a manifest, but when I run ember deploy it does not seem to run ember-web-app, or to upload the file. But maybe it's just me, or I am missing something. Are you and/or others using this with ember-cli-deploy to good effect?

I have one pet project configured with ember-cli-deploy (an old version v0.5.1) which deploys to pagefront and it includes the manifest. https://move-the-boxes.pagefrontapp.com/ Repo: https://github.com/san650/move-the-boxes

What ember-cli-deploy configuration and versions are you using?