From 2bf77f5d2db2a33828beff402f7f18443204595d Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 5 Feb 2025 16:49:06 +0100 Subject: [web-client] integrate the migrated theme in the development workflows Signed-off-by: Markus Heiser --- utils/lib_sxng_static.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'utils/lib_sxng_static.sh') diff --git a/utils/lib_sxng_static.sh b/utils/lib_sxng_static.sh index d991d4b89..9c9ea085c 100755 --- a/utils/lib_sxng_static.sh +++ b/utils/lib_sxng_static.sh @@ -4,12 +4,7 @@ STATIC_BUILD_COMMIT="[build] /static" STATIC_BUILT_PATHS=( - 'searx/static/themes/simple/css' - 'searx/static/themes/simple/js' - 'searx/static/themes/simple/src/generated/pygments.less' - 'searx/static/themes/simple/img' - 'searx/templates/simple/searxng-wordmark.min.svg' - 'searx/templates/simple/icons.html' + 'searx/static/themes/simple' ) static.help(){ @@ -101,7 +96,7 @@ static.build.commit() { ( set -e # fix & build the themes - themes.fix + themes.fix themes.all # add build files -- cgit v1.2.3