flexsurfer / re-frisk

Take full control of re-frame app
https://flexsurfer.github.io/conduit-re-frisk-demo/
456 stars 29 forks source link

What is the reasonable way to only `require` re-frisk in development? #35

Closed cmal closed 6 years ago

cmal commented 7 years ago

I add this to dev/dependencies and :require it in core.cljs, then I lein uberjar, it tells me No such namespace: re-frisk.core, I want re-frisk not be used in production env when I lein uberjar, how should I do?

Thanks.

flexsurfer commented 7 years ago

hey @cmal take a look here https://github.com/flexsurfer/re-frisk/issues/33

cmal commented 7 years ago

Thanks.