This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-28
Channels
- # adventofcode (2)
- # bangalore-clj (3)
- # beginners (171)
- # boot (28)
- # chestnut (3)
- # cljs-dev (20)
- # cljsjs (5)
- # clojure (280)
- # clojure-austin (1)
- # clojure-czech (1)
- # clojure-dev (9)
- # clojure-dusseldorf (2)
- # clojure-greece (20)
- # clojure-italy (6)
- # clojure-poland (16)
- # clojure-russia (7)
- # clojure-serbia (4)
- # clojure-sg (1)
- # clojure-spec (18)
- # clojure-uk (153)
- # clojurescript (57)
- # core-async (9)
- # cursive (21)
- # data-science (29)
- # datomic (18)
- # dirac (8)
- # docker (6)
- # duct (1)
- # emacs (50)
- # fulcro (15)
- # hoplon (56)
- # klipse (3)
- # leiningen (14)
- # lumo (1)
- # off-topic (5)
- # onyx (13)
- # other-languages (14)
- # pedestal (1)
- # perun (5)
- # planck (17)
- # re-frame (10)
- # reagent (2)
- # ring (1)
- # spacemacs (51)
- # sql (14)
- # test-check (16)
- # testing (1)
- # unrepl (93)
@juhoteperi hey I have a question, I am looking to bundle angular2+ for cljsjs but I have no idea how to go about that, any pointers?
@flyboarder No, not really. Haven't looked at Angular 2 at all so I have no idea how it is built.
@flyboarder from what I understood about angular 2+ it that’s it’s kind of an all-or-nothing thing. Meaning you either use all of angular, including build tools, or not att all. It’s not like angular 1 which can be easily mixed with other things.
Anyone in here using LeafletJS through cljsjs? I am trying to use L.geoJSON to create a country boundary and it’s working in development mode, but when I go to Production and use advanced compilation I am getting a JavaScript error… I’ve had a look at the externs defined for the package and I can see a section that appears to be telling Closure to ignore / not munge geoJSON, but I don’t really know what I am looking for - ClojureScript newbie and way out of touch with JavaScript in its vanilla / basic form. Can anyone help at all..?