diff --git a/Dockerfile b/Dockerfile
index b8e1d7cd..810a6689 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,5 +2,5 @@ FROM openjdk:8-jre-alpine
RUN apk update
RUN apk add poppler
RUN apk add poppler-utils
-COPY target/auto-ap-0.1.0-SNAPSHOT-standalone.jar /usr/local/
-CMD java -jar /usr/local/auto-ap-0.1.0-SNAPSHOT-standalone.jar
+COPY target/auto-ap.jar /usr/local/
+CMD java -jar /usr/local/auto-ap.jar
diff --git a/project.clj b/project.clj
index 3333531b..a074ae06 100644
--- a/project.clj
+++ b/project.clj
@@ -7,7 +7,8 @@
[reagent "0.7.0"]
[re-frame "0.10.2"]
[compojure "1.6.0"]
- [secretary "1.2.3"]
+ [kibu/pushy "0.3.8"]
+ [bidi "2.1.2"]
[ring/ring-defaults "0.2.1"]
[ring/ring-json "0.4.0"]
[ring "1.4.0"]
@@ -24,7 +25,8 @@
:aliases {"dev" ["do" "clean"
["pdo" ["figwheel" "dev"]]]
"build" ["do" "clean"
- ["cljsbuild" "once" "min"]]}
+ ["cljsbuild" "once" "min"]
+ ["uberjar"]]}
:profiles
{:dev
@@ -44,7 +46,7 @@
:compiler {:main auto-ap.core
:output-to "resources/public/js/compiled/app.js"
:output-dir "resources/public/js/compiled/out"
- :asset-path "js/compiled/out"
+ :asset-path "/js/compiled/out"
:source-map-timestamp true
:preloads [devtools.preload]
:external-config {:devtools/config {:features-to-install :all}}
@@ -55,7 +57,7 @@
:jar true
:compiler {:main auto-ap.core
:output-to "resources/public/js/compiled/app.js"
- :optimizations :advanced
+ :optimizations :whitespace
:closure-defines {goog.DEBUG false}
:pretty-print false}}
@@ -68,6 +70,5 @@
:uberjar-name "auto-ap.jar"
- #_#_:prep-tasks [["cljsbuild" "once" "min"]"compile"])
+ :prep-tasks [["cljsbuild" "once" "min"] "compile"])
-;;
diff --git a/resources/public/index.html b/resources/public/index.html
index e5211426..8f4cfa1f 100644
--- a/resources/public/index.html
+++ b/resources/public/index.html
@@ -325,7 +325,7 @@
*/
-
+