boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 181 forks source link

Is there a way to make boot stop removing other files from the target directory? #697

Closed NightMachinery closed 6 years ago

NightMachinery commented 6 years ago

I am using a boot project to generate some html/css files, and using those in another leiningen Clojurescript project. I have symlinked the target folder of the first to the resources folder of the second, and things would be quite perfect if it weren't for boot deleting other files from the target directory. Is there no way to disable this 'feature'?

NightMachinery commented 6 years ago

--no-clean