You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So using +re-frisk option and then lein cljsbuild once min (prod build) seems to do three things:
Introduce a warning
Cause the compile time to blow out significantly (15sec to 132sec on my machine)
Apparently cause a lot of "metadata" to be added to the outputed js, where the OP describes "metadata" to be strings from his dev environment. Paths in strings.
I have replicated points 1 and 2, but not investigated 3, yet.
The text was updated successfully, but these errors were encountered:
Please see day8/re-frame#365 for original issue reported.
So using
+re-frisk
option and thenlein cljsbuild once min
(prod build) seems to do three things:js
, where the OP describes "metadata" to be strings from his dev environment. Paths in strings.I have replicated points 1 and 2, but not investigated 3, yet.
The text was updated successfully, but these errors were encountered: