I\'ve been searching in the examples on the GitHub but I couldn\'t find how to load a simple css file into my layout. My first thought was doing something like this li
li
if you're using Jade with connect-assets, you can just use:
!= css('stylesheetName')
where stylesheetName.css is in your assets/css/ directory.
stylesheetName.css
assets/css/