hey folks, how can i serve some static files in a directory in resources ? like serving any request that doesn't have an assigned route should look for an asset in that dir
btw it seems that http://pedestal.io is down or something
Pedestal has adapters for many Ring middlewares. Look up the resources middleware in Pedestal's source.
i've tried fast-resources and resources