brochure
brochure copied to clipboard
/public/index.html should have priority over /templates/index.html.erb
/public/index.html should have priority over /templates/index.html.erb
I have a /public/index.html and no /templates/index.html.erb
when I call http://localhost:9292 I should see the /public/index.html but I get 404 instead
public/index.html does have priority over templates/index.html.erb, but only when you request it as /index.html. In other words, Brochure::Static doesn't know about the index convention. I'm not sure how to solve this yet.