This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-02
Channels
- # admin-announcements (3)
- # architecture (5)
- # beginners (10)
- # boot (223)
- # cider (13)
- # cljsjs (2)
- # cljsrn (50)
- # clojure (208)
- # clojure-austin (16)
- # clojure-belgium (1)
- # clojure-india (1)
- # clojure-poland (13)
- # clojure-russia (130)
- # clojure-spec (27)
- # clojure-uk (144)
- # clojurescript (135)
- # css (2)
- # cursive (10)
- # datavis (1)
- # datomic (29)
- # dirac (9)
- # funcool (2)
- # hoplon (41)
- # jobs (3)
- # leiningen (6)
- # om (37)
- # onyx (20)
- # pedestal (1)
- # planck (1)
- # proton (4)
- # re-frame (45)
- # reagent (17)
- # rethinkdb (16)
- # ring-swagger (19)
- # schema (5)
- # specter (93)
- # sql (16)
- # test-check (33)
- # untangled (7)
Hi all, newbie here - I am having trouble running through the untangled youtube videos - got IntelliJ, Cursive etc - tests pass and all is good right up until the localhost:2345/dev.html
can't seem to get the compiled js because (and here we leave my confidence behind) a function util/ident?
is no longer defined / exposed from om.util
?
https://www.dropbox.com/s/b2q8jnax4weudiv/Screenshot%202016-08-03%2000.13.41.png?dl=0
@parameme: try bumping the version of om to alpha40
the older versions of the framework didn’t have the om.util
namespace, untangled now expects that you’re using a more modern version of om’s framework
Ta @ethangracer - will try