Fork me on GitHub
#leiningen
<
2017-06-28
>
Pablo Fernandez16:06:31

I added this to my clean-targets: [:cljsbuild :builds :renderer-test :compiler :output-to] and I'm getting the error: Deleting non-target project paths ["test-app/renderer/renderer.js%s"] is not allowed. How can it be a non-target path? How do I make it a target path?

danielcompton21:06:27

@pupeno in our profiles entry we have things like this:

:prod-run  {:clean-targets ^{:protect false} ["run/resources/public/compiled_prod]}
Not sure if that is helpful for your error though