Fork me on GitHub
#figwheel-main
<
2022-05-30
>
cjohansen07:05:09

How can I force figwheel to rebuild a macro? I have a clj file that reads some edn files into defs and then provides a macro exposes those defs. If I trigger a build from my editor by “touching” the clj file, figwheel rebuilds the macro as expected. I want to trigger the same process programatically. I tried (figwheel.main/build-once :dev) but it doesn’t seem to do anything? I also tried (figwheel.main/reset) with no luck.