This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-20
Channels
- # beginners (7)
- # boot (39)
- # braid-chat (3)
- # braveandtrue (1)
- # cider (27)
- # cljsjs (15)
- # cljsrn (6)
- # clojars (18)
- # clojure (307)
- # clojure-art (1)
- # clojure-brasil (1)
- # clojure-italy (2)
- # clojure-poland (3)
- # clojure-russia (61)
- # clojure-sdn (2)
- # clojure-taiwan (4)
- # clojure-uk (5)
- # clojurebridge (7)
- # clojurescript (19)
- # core-async (1)
- # core-matrix (1)
- # cursive (35)
- # datomic (3)
- # emacs (51)
- # euroclojure (3)
- # hoplon (20)
- # jobs (1)
- # keechma (1)
- # mount (3)
- # off-topic (2)
- # om (177)
- # onyx (96)
- # parinfer (4)
- # pedestal (4)
- # re-frame (19)
- # reagent (7)
- # untangled (5)
@juhoteperi: how can I tell cljsjs which version of the libraries to use? like dev vs. prod, im trying to use un-minified version
ClojureScript selects one based on optimization mode
advanced minified and non-minified else
if you absolutely have to change that, you could try redefining the foreign-lib in local deps.cljs
, but I don't remember if that works
ok so, it would seem both versions are coming up in my dev console
in the same stack trace
huh, shouldn't be possible
oh it’s a different lib
so I have this in my build.boot (cljs :optimizations :none :source-map true)
and im still getting the minified version of the library
What library is that? Could be some libraries only have minified version
The semantic UI that I PR'ed the other day,has both versions
Did I miss something in my pr?
build.boot looks correct
I see jquery unminified
so i build a version of the cljsjs package without minified files and that worked, testing again with minified version