Fork me on GitHub
#boot
<
2018-01-24
>
moxaj10:01:53

@qqq here's how I did it: add the dependency (`[nodisassemble "0.1.3"]`), then add a JVM option (see https://github.com/boot-clj/boot/wiki/JVM-Options): -javaagent:/path/to/nodisassemble-0.1.3.jar (this is essentially what lein-disassemble does)

Aron13:01:44

i've read the readme here https://github.com/aJchemist/boot-figwheel and i have no idea how to combine it with tenzing +om 😞