Merge pull request #2346 from dalf/upgrade-oscar

[mod] oscar: upgrade dependencies
This commit is contained in:
Alexandre Flament
2021-03-13 09:29:13 +01:00
committed by GitHub
171 changed files with 9134 additions and 9196 deletions

View File

@@ -125,8 +125,8 @@ node.clean:
# build themes
# ------------
PHONY += themes.bootstrap themes themes.oscar themes.simple
themes: buildenv themes.bootstrap themes.oscar themes.simple
PHONY += themes themes.oscar themes.simple
themes: buildenv themes.oscar themes.simple
quiet_cmd_lessc = LESSC $3
cmd_lessc = PATH="$$(npm bin):$$PATH" \
@@ -144,9 +144,6 @@ themes.simple: node.env
$(Q)echo '[!] build simple theme'
$(call cmd,grunt,searx/static/themes/simple/gruntfile.js)
themes.bootstrap: node.env
$(call cmd,lessc,less/bootstrap/bootstrap.less,css/bootstrap.min.css)
# docker
# ------