heroku / heroku-buildpack-emberjs

**This buildpack is deprecated!** Please use the official Node.js buildpack combined with the static or nginx buildpack instead.
71 stars 28 forks source link

public folder failed to be deployed together #28

Closed woosungchu closed 2 years ago

woosungchu commented 7 years ago

I set image asset into 'public' folder image

if I..

ember b -e production

Local : image

Heroku: image

Heroku ember buildpack doesn't seem bring public/assets folder

woosungchu commented 7 years ago

I have tried to find whether this similar issue happend before and I found issue about fingerprint configuration . But this case seem different with that

Dhaulagiri commented 7 years ago

@woosungchu what if you move the images folder out of assets and into just the public folder?

woosungchu commented 7 years ago

@Dhaulagiri Same results...

2

woosungchu commented 7 years ago

It works in AWS cloudfront but not in heroku so far

edmorley commented 2 years ago

This buildpack has been deprecated (c06c1e31291c24f71e8d84225727887506c3c897), and it's also no longer possible for changes to be made to it, due to the issues mentioned in #61.