summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-18 12:00:38 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-18 12:00:38 +0100
commit096ffd0659ea93a1de0009e37e49f71d576d2de6 (patch)
tree1451484d751f942c1a864389c73c89a31dcc19d2 /Makefile
parent285f991cd078db7df5622e3109984f1f3c651988 (diff)
[enh] add new bootstrap-themes to oscar-template
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7c055ffae..8d13b9890 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,9 @@ styles:
@lessc -x searx/static/themes/default/less/style.less > searx/static/themes/default/css/style.css
@lessc -x searx/static/themes/courgette/less/style.less > searx/static/themes/courgette/css/style.css
@lessc -x searx/static/less/bootstrap/bootstrap.less > searx/static/css/bootstrap.min.css
+ @lessc -x searx/static/less/bootstrap/bootstrap_simplex.less > searx/static/css/bootstrap.simplex.min.css
+ @lessc -x searx/static/less/bootstrap/bootstrap_yeti.less > searx/static/css/bootstrap.yeti.min.css
+ @lessc -x searx/static/less/bootstrap/bootstrap_readable.less > searx/static/css/bootstrap.readable.min.css
@lessc -x searx/static/themes/oscar/less/oscar/oscar.less > searx/static/themes/oscar/css/oscar.min.css
grunt: