From 5d6d855562b254a3f43cf99bff262dbfcd3f32ba Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 17 Apr 2020 15:03:34 +0200 Subject: [PATCH] :lipstick: Set manifest in json format. --- frontend/shadow-cljs.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/shadow-cljs.edn b/frontend/shadow-cljs.edn index 4c6ca282e1..6a1f74e07a 100644 --- a/frontend/shadow-cljs.edn +++ b/frontend/shadow-cljs.edn @@ -9,7 +9,7 @@ :output-dir "resources/public/js/" :asset-path "/js" :devtools {:browser-inject :main} - + :build-options {:manifest-name "manifest.json"} :modules {:shared {:entries []} :main {:entries [uxbox.main]