I am trying to make my first Sinatra + Mustache site but I am having issues including css files for my mustache templates to use. Including them like a normal css file won’t work and neither will putting them in a /public/css/mystyle.css format.
Does anyone know how to do this properly?
thanks
I’m not sure that I’m understanding your question properly, but if your css file is in
public/css/mystyle.cssyou should include it withThere are several reasons I can think of, for it not to happen. You have:
/public_folderlike this:set :public_folder, "path to other folder"new_root/publicconfigure.rufile