diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-02-05 16:49:06 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-02-28 12:27:41 +0100 |
| commit | 2bf77f5d2db2a33828beff402f7f18443204595d (patch) | |
| tree | 2912f667471afb9d0fc150a65f6c364269ae7d65 /utils/lib_sxng_static.sh | |
| parent | 1a3543d4b279fa926de1d89c1923581869691a22 (diff) | |
[web-client] integrate the migrated theme in the development workflows
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lib_sxng_static.sh')
| -rwxr-xr-x | utils/lib_sxng_static.sh | 9 |
1 files changed, 2 insertions, 7 deletions
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 |