Skip to content

Commit

Permalink
More fixes for the production build, this time tested locally
Browse files Browse the repository at this point in the history
Got a bit hasty last time
  • Loading branch information
markhepburn committed Sep 17, 2021
1 parent 4c5c28b commit 79e7096
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions frontend/shadow-cljs.edn
Expand Up @@ -32,14 +32,8 @@
:closure-defines {goog.DEBUG false
imas-seamap.db/api-url-base "https://data.imas.utas.edu.au/seamap/api/"
imas-seamap.db/img-url-base "/app/img/"}
:compiler {:main imas-seamap.core
:output-to "resources/public/js/compiled/app.js"
:output-dir "resources/public/js/compiled/app"
:source-map "resources/public/js/compiled/app.js.map"
:optimizations :advanced

:pseudo-names false
:pretty-print false}}
:output-dir "resources/public/js/compiled/app"
:modules {:app {:init-fn imas_seamap.core/init}}}

:mindev {:target :browser
:output-dir "resources/public/js/compiled/"
Expand Down

0 comments on commit 79e7096

Please sign in to comment.