alexander-yakushev / lein-skummet

Leiningen plugin for lean-compiling Clojure projects
44 stars 4 forks source link

lein-skummet should not clean the project before compiling #6

Closed mtnygard closed 9 years ago

mtnygard commented 9 years ago

My Clojure compile step depends on protobuf classes that are generated via another plugin. When lein-skummet cleans the project in the compile phase, there is no way for me to supply the protobuf classes.

alexander-yakushev commented 9 years ago

You are probably right. It's just important to remember to clean manually when it is necessary. I removed the clean call in 0.2.2.