garden

dangercoder 2019-05-23T05:41:58.008800Z

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}}]}

noprompt 2019-05-23T20:35:02.009200Z

@jarvinenemil Are you still having this problem?