advanced optimizations work again
This commit is contained in:
@@ -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}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user