om

Please ask the channel first, not @dnolen directly!
thosmos 2017-03-23T03:09:26.434985Z

@vaedasynapse I primarily use boot with om.next, what's the problem?

thosmos 2017-03-23T05:48:48.414479Z

@vaedasynapse I uploaded a simple om.next, datascript, boot intro app here: https://github.com/thos37/om-tutorial

2017-03-23T07:14:59.998671Z

thomos, thanks a ton! I will take a look at it.

2017-03-23T07:20:05.038312Z

@anmonteiro I think my problem is that I'm trying to figure out cider/emacs at the same time I'm trying to do boot and om next at the first time. I'm going to look into the repo @thosmos shared and see if that helps combined with all the deep diving I've been doing today into cider, boot, and general knowledge of how Clojure compiles etc.

2017-03-23T07:44:37.240821Z

@thomos you are awesome. Thank you so much for sharing that set up. I still haven't located what I was mucking up in my other attempts, but thanks to your help at least I have something functional that I can move forward on.

2017-03-23T23:14:57.059567Z

How do you run the devcards tests in the om repo?

anmonteiro 2017-03-23T23:18:47.099476Z

@bnoguchi boot devcards

anmonteiro 2017-03-23T23:19:01.101910Z

then point your browser to localhost:3449/devcards/index.html

2017-03-23T23:19:30.106669Z

@anmonteiro Got it. Thanks. Will it also run with lein?

anmonteiro 2017-03-23T23:19:36.107644Z

sure

anmonteiro 2017-03-23T23:19:47.109540Z

lein trampoline run -m clojure.main script/figwheel.clj