It looks okay now.
This commit is contained in:
13
project.clj
13
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"])
|
||||
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user