Fork me on GitHub
#figwheel
<
2017-02-18
>
seantempesta10:02:03

Hi everyone. I’ve got a weird problem. When I run lein figwheel from the command line my program compiles fine. But when I run it in Cursive (following these instructions: https://github.com/bhauman/lein-figwheel/wiki/Running-figwheel-in-a-Cursive-Clojure-REPL) I get an error that my macros.clj file cannot be found. Any idea why it works from the command line, but not from the cursive repl?

seantempesta10:02:32

Ah, nevermind. I missed a step: Don't forget to add the script folder to :source-paths in project.clj if it's not there already.