Fork me on GitHub
#om
<
2016-01-01
>
anmonteiro14:01:08

also added a simple explanation to the FAQ regarding component local state in componentWillUpdate. diff here: https://github.com/omcljs/om/wiki/Om-Next-FAQ/_compare/64f4e37e337b11efe9c9f07393782df55c7cd5de...e64bbf03a18e54e632571990239d77251f0117f7

anmonteiro14:01:20

please let me know if anything doesn't look right

adammiller20:01:33

is there something specific you have to do when running any of the builds in om? I get errors on the deps.cljs file for not containing an ns form….looks like it’s just there to point to the externs so guessing i can remove it and add externs to whatever build i need but is there some other way I should be running those builds?

anmonteiro20:01:22

@adammiller: what specific commands are you using to build it?

adammiller20:01:42

lein cljsbuild once hello for instance

anmonteiro20:01:31

@adammiller: try to update lein-cljsbuild to 1.1.2

adammiller20:01:51

oh, cool, thx….i’ll try that

anmonteiro20:01:53

(clojars is down atm though)

adammiller20:01:07

again…dang. Linode having some issues!

anmonteiro20:01:11

so clone repo & lein-install or something 😛

adammiller20:01:30

yeah, i’ll do that..thanks @anmonteiro

anmonteiro20:01:41

David hasn't used project.clj for building Om in a while, though

anmonteiro20:01:02

so you're probably better off looking into the script folder

adammiller20:01:18

ok, i’ll take a look

cjmurphy21:01:06

I guess it is not documented anywhere how to build Om/Next?? There's this question http://stackoverflow.com/questions/34477057/including-om-next-source

peeja21:01:07

Are there any example projects demonstrating Om.Next backed by Datomic?

anmonteiro21:01:06

@cjmurphy: answering your SO question

adammiller21:01:05

yeah would be nice to add documentation to the readme about running the tests and such

peeja21:01:20

@jdubie: Oh! Awesome. Silly me, I thought that was just client-side.

dnolen22:01:19

@cjmurphy: just use lein install from the project repo

drusellers22:01:27

How are people writing their main functions for launching CLJS/OM “apps” - for instance I have at least 3 different “root” applications - is just conditionally “launching” them based on dom nodes the current practice? ala https://gist.github.com/drusellers/27cbd0c22217930fde27