diff options
author | Alexandre Flament <alex@al-f.net> | 2021-03-13 09:29:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 09:29:13 +0100 |
commit | 9292571304376c2c463fb26ee0db89298bb00e6c (patch) | |
tree | 8a2dba56227f67aa52b091d1674190cd40e1411e /Makefile | |
parent | 22a2e544551e87fb9ea74d2fe07b59bfa0815368 (diff) | |
parent | cb04d4280642164bddd37e39151bf22799ef3792 (diff) | |
download | searxng-9292571304376c2c463fb26ee0db89298bb00e6c.tar.gz searxng-9292571304376c2c463fb26ee0db89298bb00e6c.zip |
Merge pull request #2346 from dalf/upgrade-oscar
[mod] oscar: upgrade dependencies
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 # ------ |