From 1cd75fba28dddc8a16086788a04a43d800edf7d2 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 4 May 2023 22:57:15 +0200 Subject: [PATCH] promesa in codemirror --- bb.edn | 3 ++- resources/public/codemirror.html | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bb.edn b/bb.edn index 9f3560b..7f49334 100644 --- a/bb.edn +++ b/bb.edn @@ -36,7 +36,8 @@ (deref (promise)))} prod {:doc "Builds production artifacts." - :task (build/build *command-line-args*)} + :task (build/build {}) + :depends [clean]} dist {:doc "Prepare dist folder for npm package" :depends [prod] diff --git a/resources/public/codemirror.html b/resources/public/codemirror.html index e484fb1..e90a009 100644 --- a/resources/public/codemirror.html +++ b/resources/public/codemirror.html @@ -7,6 +7,8 @@ + +