Fork me on GitHub
#lein-figwheel
<
2016-10-05
>
hendriklouw11:10:38

I added :java-source-paths ["src/java"] to my project.clj, lein uberjar works but when running lein figwheel I get the following error: `Figwheel: Cutting some fruit, just a sec ... Figwheel: Validating the configuration found in project.clj Figwheel: Configuration Valid :) java.lang.ClassNotFoundException: projectc.java.gcloud.DataStore, compiling:(projectc/gcloud/datastore.clj:1:1)` I added this to the ':uberjar` section :prep-tasks ["javac" "compile" ["cljsbuild" "once" "min"]] Any clues to how to solve this?