mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] oscar: get bootstrap and typeahead from NPM
This commit is contained in:
parent
44407353ef
commit
86912e2272
102 changed files with 8124 additions and 8707 deletions
7
Makefile
7
Makefile
|
|
@ -126,8 +126,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" \
|
||||
|
|
@ -145,9 +145,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
|
||||
# ------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue