Fork me on GitHub
#cljsrn
<
2018-09-25
>
Wiener08:09:19

Awesome @puppybits! I really hope re-natal accepts all these fixes 🙂

yenda16:09:30

anyone here has a trick for compiling conditionally depending on plateform iOS/android ?

mfikes18:09:28

The main trick is to maintain different subdirectories in your tree and have your build system conditionally include the platform-specific subdirectory on the classpath when building.

yenda06:09:27

closure-defines is indeed the current solution I found that might work the best

yenda06:09:30

thank you

mfikes18:09:10

You could also resort to using :closure-defines for a lot of this stuff as well.