I am having a bit of an issue with garden and leiningen. I keep on getting "java.lang.ClassNotFoundException". I have the plugin installed etc. Anyone have any ideas on how I can find the bug? I have this structure:
./src/styles/danger_project/core.clj
./src/cljs/danger_project/core.cljs
./src/clj/danger_project/core.clj
in my project.clj
:
:garden {:builds [{:id "screen"
:source-paths ["src/styles"]
:stylesheet danger-project.core/screen
:compiler {:output-to "resources/public/css/screen.css"
:pretty-print? false}}]}
@jarvinenemil Are you still having this problem?