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://parklife.dev
MIT License
193 stars 7 forks source link

Option to turn off storing files in the nested path. #2

Closed benpickles closed 5 years ago

benpickles commented 5 years ago

By default Parklife stores files in an index.html file nested in the path -- so the route /my/nested/route is stored in /my/nested/route/index.html. This makes it possible to turn this off so that /my/nested/route is stored in /my/nested/route.html.