From 0f6c8fbb449267988a27a60e7e51e031cb43b2d9 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 15 Feb 2016 22:54:25 +0200 Subject: [PATCH] Minor change on project.clj --- project.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/project.clj b/project.clj index b08444328..3014aec6e 100644 --- a/project.clj +++ b/project.clj @@ -22,7 +22,6 @@ [bouncer "1.0.0"] [bidi "1.25.0"]] :plugins [[lein-ancient "0.6.7" :exclusions [org.clojure/tools.reader]]] - :clean-targets ^{:protect false} ["resources/public/js" "target"] )