heroku / heroku-buildpack-static

[DEPRECATED] Heroku buildpack for handling static sites and single page web apps
MIT License
674 stars 427 forks source link

Add wasm mimetype #227

Closed alek-shim-e closed 2 years ago

alek-shim-e commented 2 years ago

Proper Content-Type for web assembly files speeds up compilation process and reduces startup time

ma-jahn commented 2 years ago

Hi @alek-shim-e

This repo feels abandoned. How did you solve it? Did you build and publish your own fork?

Cheers

alek-shim-e commented 2 years ago

@ma-jahn there's no need to build it just add a buildpack in web settings using fork repo url (https://github.com/alek-shim-e/heroku-buildpack-static.git)

ma-jahn commented 2 years ago

Is it really as simple as this? Thank you very much for the quick response. I'll give it a try! :)

edmorley commented 2 years ago

Hi

This buildpack is now deprecated and we are recommending people move the more actively maintained heroku-buildpack-nginx. For migration advice see here.

As such, I'm closing this PR out since we won't be making further changes to this buildpack.