I am setting up static resources for my compojure app. I need to use wrap-file
instead of wrap-resource
since I need the static files to be served from the File System.
I followed this wiki and configured wrap-file
Now I am able to serve my static assets from http://localhost/static-file.css
What I want to do is to serve my static assets in a specific context http://localhost/context/static-file.css