Fork me on GitHub
#leiningen
<
2015-12-11
>
Pablo Fernandez15:12:11

Any ideas why my project is not deleting resources/public/js when I run lein clean? This is my configuration: https://github.com/carouselapps/ninjatools/blob/master/project.clj#L60

solicode18:12:10

If you want to select the paths you've defined in your project, I think it should look something like this, right?

:clean-targets [[:cljsbuild :builds :app :compiler :output-dir]
                [:cljsbuild :builds :app :compiler :output-to]]

solicode18:12:19

Also, if you don't mind having to write the paths twice in your configuration, you could just use strings instead. Depends what you prefer.

solicode19:12:33

@pupeno: Ah, sorry, I probably should have notified you with @. Still new to this Slack thing… >_<