staltz / xstream

An extremely intuitive, small, and fast functional reactive stream library for JavaScript
http://staltz.github.io/xstream/
MIT License
2.37k stars 137 forks source link

Fixes issue #279 #280

Closed devanshj closed 5 years ago

devanshj commented 5 years ago

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 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")

devanshj commented 5 years ago

Hi @staltz, can you merge this? Literally removing a character fixes the website xD

staltz commented 5 years ago

Yep, thanks!

devanshj commented 5 years ago

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.