Bobby Wang
Bobby Wang
Right now you can use the regular `cargo-watch` like this: `cargo watch -x "web build"`
I was wondering if there's any progress/workaround for this issue. This essentially makes lein-cljsbuild unusable for me in auto mode, as it crashes every time there's a compile error. Though...
I found a workaround by cloning clj-stacktrace as a checkout dependency under my project. (ie. clone into /checkouts/ ) Looking at the dependencies, cljsbuild 0.3.0 depends on clj-stacktrace 0.2.5, which...
Hmm, looks like even with this line fixed, I'm still getting another error in the finalize handler after dragging. ``` util.js:6 Uncaught (in promise) TypeError: Converting circular structure to JSON...