Fork me on GitHub
#untangled
<
2017-04-11
>
codxse09:04:30

I am following untangle in large on youtube video, there is local var dev-mode? bind to (boolean (System/getProperty "dev"), but even though I was in dev mode, the (System/getProperty "dev") always return nil. I am afraid I missed something. `

codxse09:04:51

I have tried manualy with lein with-profile dev repl but not helping. Is there any library or proper setup to get my dev mode from dev-mode? (boolean (System/getProperty "dev")

fatihict09:04:08

Pretty sure Tony Kay sets the property as VM arguments in IntelliJ.

codxse09:04:03

Ah sure, thank you. I will check it

codxse09:04:39

I missed -Ddev arg on repl configuration,.. it works now 🙂

tony.kay15:04:36

@mitchelkuijpers @timovanderkamp Merged your server-side rendering fixes to om-css, and push 1.0.1-SNAPSHOT to clojars. Will cut a release shortly

tony.kay15:04:33

untangled/om-css v 1.0.1 on clojars as a release

tony.kay15:04:55

welcome. thanks for the patch @timovanderkamp

timovanderkamp16:04:09

No problem 😀