sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.63k stars 732 forks source link

Heroku deploy (with deploy button) is broken #171

Closed plispe closed 8 years ago

plispe commented 8 years ago

When I deploy pgweb to heroku with deploy button from github. I get following error

Asset static/index.html can't read by error: Error reading asset static/index.html at /Users/sosedoff/go/src/github.com/sosedoff/pgweb/static/index.html: open /Users/sosedoff/go/src/github.com/sosedoff/pgweb/static/index.html: no such file or directory

I have no idea what's going on.

sosedoff commented 8 years ago

Fixed. I accidentally committed dev version of bindata (which is used to store all static assets).