mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
[web-client] integrate the migrated theme in the development workflows
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
1a3543d4b2
commit
2bf77f5d2d
11 changed files with 69 additions and 116 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue