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.
`
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")
Hey @codxse, You can find more info here: https://www.tutorialspoint.com/java/lang/system_getproperty_string.htm
Pretty sure Tony Kay sets the property as VM arguments in IntelliJ.
Ah sure, thank you. I will check it
I missed -Ddev arg on repl configuration,.. it works now 🙂
@mitchelkuijpers @timovanderkamp Merged your server-side rendering fixes to om-css, and push 1.0.1-SNAPSHOT to clojars. Will cut a release shortly
untangled/om-css v 1.0.1 on clojars as a release
Awesome! Thnx @tony.kay
welcome. thanks for the patch @timovanderkamp
No problem 😀