devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
mariuene 2019-01-22T17:37:12.005500Z

Hey, I wanted to add a feature to devcards where you can overwrite the default css provided, and include your own custom css for the devcards. I have the feature already, but i've stubled upon a problem regarding the macro devcards.system/inline-resouce-file. From my understanding is that the macro requires you to send a string. https://github.com/bhauman/devcards/blob/master/src/devcards/system.cljs#L62-L75 https://github.com/bhauman/devcards/blob/master/src/devcards/system.clj I was hoping anyone had any idea how to go around this (if possible) ? Thanks.

mariuene 2019-01-22T18:40:50.006700Z

Nevermind. I found a solution. Here is the pull request. Completely open for suggestions. https://github.com/bhauman/devcards/pull/153