From 36cac4a023c581dc4048e19c1a5f34dd4d668b7f Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Fri, 8 Dec 2017 09:46:26 -0800 Subject: [PATCH] advanced optimizations work again --- project.clj | 3 ++- resources/public/index.html | 4 ---- src/cljs/auto_ap/views.cljs | 5 ++--- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/project.clj b/project.clj index ada2d17e..44c377f9 100644 --- a/project.clj +++ b/project.clj @@ -14,6 +14,7 @@ [ring "1.4.0"] [yogthos/config "0.8"] [org.clojure/java.jdbc "0.7.3"] + [cljsjs/dropzone "4.3.0-0"] ;; https://mvnrepository.com/artifact/postgresql/postgresql [postgresql/postgresql "9.3-1102.jdbc41"] [cljs-http "0.1.44"] @@ -63,7 +64,7 @@ :jar true :compiler {:main auto-ap.core :output-to "resources/public/js/compiled/app.js" - :optimizations :whitespace + :optimizations :advanced :closure-defines {goog.DEBUG false} :pretty-print false}} diff --git a/resources/public/index.html b/resources/public/index.html index 56ae1190..3e6e7bea 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -257,11 +257,7 @@ - - - -