diff options
author | Alexandre Flament <alex@al-f.net> | 2021-03-10 19:41:05 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-03-11 09:33:01 +0100 |
commit | 86912e22728b8428d25b075be57cd35d6e484692 (patch) | |
tree | af2c50838fe7d8a08f4a45bf9ee9fb5c835baceb /Makefile | |
parent | 44407353ef3dbab4e4249e9cca6955a500b8e539 (diff) | |
download | searxng-86912e22728b8428d25b075be57cd35d6e484692.tar.gz searxng-86912e22728b8428d25b075be57cd35d6e484692.zip |
[mod] oscar: get bootstrap and typeahead from NPM
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 # ------ |