heroku-buildpack-elm icon indicating copy to clipboard operation
heroku-buildpack-elm copied to clipboard

Heroku buildpack for deploying Elm apps (NEEDS MAINTAINER)

Results 5 heroku-buildpack-elm issues
Sort by recently updated
recently updated
newest added

I don't have an `app.json` and the build failed for an unknown reason: ``` $ git push heroku master Counting objects: 6, done. Delta compression using up to 8 threads....

I am getting 403 forbidden when going to this url `https://s3.amazonaws.com/heroku-buildpack-elm/assets/elm/0.18/elm` ![screen shot 2017-08-15 at 17 28 54](https://user-images.githubusercontent.com/15983736/29325449-9f98783c-81df-11e7-9616-d6bd11e21259.png)

Build fails when using python 3.6 ![screen shot 2017-08-15 at 17 17 04](https://user-images.githubusercontent.com/15983736/29325171-b56c8974-81de-11e7-8d3c-39cb218ed068.png) You should update syntax to instead use: `print(j['env']['ELM_COMPILE'])` to be compatible

Hello I getting the following trying to push my elm app: Total 374 (delta 189), reused 352 (delta 179) remote: Compressing source files... done. remote: Building source: remote: remote: ----->...

instead of from a `.buildpack.env`.

enhancement