I haven't really tested it by building the site because I don't know how to do that but replacing /css/main.css to css/main.css using dev-tools worked.
Maybe this bookmarklet would help to test: javascript:document.querySelector('link[href="/css/main.css"]').setAttribute("href", "css/main.css")
You're welcome! Btw @staltz not being cheesy, but I quite look up to you. Cyclejs, your talks, you in general have helped me understand things better, thanks for that! :)
Also if you can spare some time (no pressure), would love to hear what you think about this.
Fixes #279
I haven't really tested it by building the site because I don't know how to do that but replacing
/css/main.css
tocss/main.css
using dev-tools worked.Maybe this bookmarklet would help to test:
javascript:document.querySelector('link[href="/css/main.css"]').setAttribute("href", "css/main.css")