I am wondering if there is a way to deploy a static html application to heroku without disguising it as a php application.
I have it working using the following answer. Is it possible to upload a simple html and javascript file structure to heroku?
However I find it odd that you can't just send up a straight html application. Especially since it's a common use case to just have a simple html app act as a shell for SPAs
Anyone know of a way to do this. I get the error Heroku push rejected, no Cedar-supported app detected
if I try without the php disguise trick...