devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
bhauman 2015-09-26T03:42:07.000199Z

@darwin: I talked about importing things from other namespaces, I'm going to do it. It wouldn't be hard at all.

bhauman 2015-09-26T03:42:33.000200Z

I talked about it with folks here at strange-loop

1😎
2015-09-26T07:43:40.000201Z

great! enjoy the rest of the conference, can’t wait to see the talks' recordings

afhammad 2015-09-26T12:37:59.000204Z

“Super quick start” doesn’t work out of the box. after running lein figwheel, the doc says go to: http://localhost:3449/devcards.html, that doesn’t exist, index.html does however going there renders nothing on the page. I was hoping for a “super quick start”, am I missing something?

meow 2015-09-26T13:45:32.000206Z

@afhammad: If I remember correctly that's for running the devcards examples out of the devcards repo.

meow 2015-09-26T13:45:58.000207Z

So did you cd into the devcards dir and launch figwheel from there?

meow 2015-09-26T13:46:42.000208Z

It's always worked for me. Right now I'm running out of a fork of devcards, but I don't think anything's changed that would have broken that.

meow 2015-09-26T13:48:48.000209Z

I'm wrong. That's the super quick start for the Lein template.

meow 2015-09-26T13:50:03.000210Z

@bhauman: Is the "Super quick start" still functioning?

bhauman 2015-09-26T13:50:46.000211Z

@afhammad: sorry its cards.html

bhauman 2015-09-26T13:50:58.000212Z

@afhammad: I'll fix that right now

bhauman 2015-09-26T13:57:04.000213Z

@afhammad: redeployed fixed template

afhammad 2015-09-26T14:19:38.000214Z

@bhauman thanks. Nothing is working for me these days, starting to wonder if it was me.

bhauman 2015-09-26T14:21:26.000215Z

@afhammad: no it was me I had to fix a bug at the last minute and failed to update the docs. Which is really useless, I just moved the bug from the code to the docs