untangled

NEW CHANNEL: #fulcro
parameme 2016-08-02T14:10:18.000290Z

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?

2016-08-02T14:17:29.000292Z

@parameme: try bumping the version of om to alpha40

2016-08-02T14:17:59.000293Z

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

parameme 2016-08-02T16:34:27.000294Z

Ta @ethangracer - will try

parameme 2016-08-02T23:37:26.000295Z

Success... thanks again.

👍 1
tony.kay 2016-08-02T23:43:36.000296Z

@parameme: Hm. This is the problem with videos...very time consuming to "fix". If you follow the video "to the letter" does it break? Are there files you used from some source that are broken? I haven't re-watched the video, but I'd appreciate suggestions on the most efficient fix.