figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
seantempesta 2017-02-18T10:19:03.000299Z

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?

seantempesta 2017-02-18T10:35:32.000303Z

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.