From 8d60c933289a4b87769c5b1d0e5c8651792509e6 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Thu, 20 Jan 2022 13:59:43 +0100 Subject: [PATCH] new: [themes] bash script to help dev compile css files --- webroot/theme/compile-css.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 webroot/theme/compile-css.sh diff --git a/webroot/theme/compile-css.sh b/webroot/theme/compile-css.sh new file mode 100755 index 0000000..255a484 --- /dev/null +++ b/webroot/theme/compile-css.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +npm run build