Fork me on GitHub
#mount
<
2016-01-19
>
bbss10:01:42

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.

bbss10:01:04

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.

tolitius12:01:28

@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

bbss14:01:47

yes after that prod still fails

tolitius14:01:17

@bbss: could you try boot cljs-example?