benpickles / parklife

Render a Rack app (Rails/Sinatra/etc) to a static build so it can be served by Netlify, Now, GitHub Pages, S3, or any other web server.
https://www.benpickles.com/articles/90-introducing-parklife
MIT License
188 stars 7 forks source link

Rails example's full build script link is 404-ing #90

Closed ianbayne closed 1 year ago

ianbayne commented 1 year ago

This looks like a great project! Unfortunately, the Rails example's full build script linked to in the README is 404-ing.

Spone commented 1 year ago

I guess this is the correct link: https://github.com/benpickles/parklife/blob/main/examples/rails/bin/static-build

ianbayne commented 1 year ago

I guess this is the correct link: https://github.com/benpickles/parklife/blob/main/examples/rails/bin/static-build

Thank you!