mount

2016-01-19T10:31:42.000375Z

After running lein do clean, cljsbuild once prod and going to the index.html I got errors to the wrong js path, after adjusting that I got an error with IAssoc undefined.

2016-01-19T10:32:04.000376Z

Running cljs once dev seems to have fixed that last part so I am good :simple_smile:. Does answer the In order to run it, just compile cljs (in :advanced mode, because why not? :)) in https://github.com/tolitius/mount/blob/master/doc/clojurescript.md though hahah.

tolitius 2016-01-19T12:41:28.000379Z

@bbss: :simple_smile: does lein do clean, cljsbuild once prod still fail for you? I find lein cljsbuild to be a bit inconsistent when dealing with :advanced. that was actually what made me to convert mount to boot. I left lein there, so it is easier for people who familiar with lein to try examples, but you can do boot cljs-example to run that cljs example in :advanced: https://github.com/tolitius/mount/blob/master/build.boot#L127

2016-01-19T14:12:47.000381Z

yes after that prod still fails

tolitius 2016-01-19T14:53:17.000382Z

@bbss: could you try boot cljs-example?