On Sat, 13 Jun 2015 18:26:22 GMT, Suliman wrote:

What path should I set when I am hosting static page?

<link rel="stylesheet" type="text/css" href="site.css">

after running site on locahost css file do not handling, so it's path should be to another value.

Howdy,

In my diet template I have the following line:

link(rel="stylesheet", type="text/css", href="#{req.rootDir}css/offsets.css")

When compiled, I have the resulting line:
<link rel="stylesheet" type="text/css" href="./css/offsets.css"/>