I created a small application in clojure using luminus framework. When I run the app using lein run everything works well. It loads css and js properly but when I create a war file and deploy on google app engine, stylesheets don't work. I tried the solution given on this link: Serving static files with ring/compojure - from a war but it is still not working. May be there is something specific to luminus which I am missing. When I inspect it and look at console it shows this error
GET unbound: net::ERR_UNKNOWN_URL_SCHEME"
I think I am missing something in luminus Can someone help please. Thanks
<link>. Can you post more information about how you're set up? - Alejandro C.<link href="/css/bootstrap.min.css" rel="stylesheet" type="text/css">directly to get the files. But is there any way to use Selmer style tag without prepending servlet-context? - divya nagar