Hi, I'm trying to figure out how to do the following:
Have a shared cljs/* ... For the "dev" build, have (debug ...) compile to (js/console.log ...) For the "release" build, have (debug ...) compile to (do). Basically, I want different things to happen depending on whether the build is dev or release. Does anyone have an example of how to do this? Thanks! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
