summaryrefslogtreecommitdiff
path: root/manage.sh
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-07-15 13:16:13 +0200
committerAdam Tauber <asciimoo@gmail.com>2016-07-15 13:16:13 +0200
commit27f4373124bcd80f975b85079eac871b97b56b15 (patch)
treed7faea3e344e9f543c2e2664a4233998351f2b99 /manage.sh
parent1ddd33a1a196995c64a2d65e5be1eb81856151b4 (diff)
downloadsearxng-27f4373124bcd80f975b85079eac871b97b56b15.tar.gz
searxng-27f4373124bcd80f975b85079eac871b97b56b15.zip
[fix] styles fix according to the new oscar dir structure
Diffstat (limited to 'manage.sh')
-rwxr-xr-xmanage.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/manage.sh b/manage.sh
index 9479e788e..75ba32024 100755
--- a/manage.sh
+++ b/manage.sh
@@ -58,7 +58,8 @@ styles() {
build_style themes/courgette/less/style.less themes/courgette/css/style.css
build_style themes/courgette/less/style-rtl.less themes/courgette/css/style-rtl.css
build_style less/bootstrap/bootstrap.less css/bootstrap.min.css
- build_style themes/oscar/less/oscar/oscar.less themes/oscar/css/oscar.min.css
+ build_style themes/oscar/less/pointhi/oscar.less themes/oscar/css/pointhi.min.css
+ build_style themes/oscar/less/logicodev/oscar.less themes/oscar/css/logicodev.min.css
build_style themes/pix-art/less/style.less themes/pix-art/css/style.css
}