Looks nice. Any particular reason why this isn't packaged so that it works offline? (Ie: bundle up css/js resources)?
Devcards – Taking Interactivity to the Next Level
21–23 of 23 posts
Re: Devcards – Taking Interactivity to the Next Level
#22This is really cool. Going to look at integrating this into my Clojurescript/Om development workflow.
https://github.com/bhauman/devcards#what-do-i-do-for-deploym...
Re: Devcards – Taking Interactivity to the Next Level
#23This is really cool. Going to look at integrating this into my Clojurescript/Om development workflow.
Let me know how it goes. I'm still trying to figure this out https://github.com/bhauman/devcards#what-do-i-do-for-deploym...
My initial thought (before seeing your FAQ) was a no-op compile, but you rightly point out that this may not be the best approach due to littering the production code. I will probably go the separate devcards files route and have the production profile exclude these.
Maybe src/ test/ and devcards/ ?
But I'll experiment with it and see what works best for me and let you know.