From 096ffd0659ea93a1de0009e37e49f71d576d2de6 Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Sun, 18 Jan 2015 12:00:38 +0100 Subject: [enh] add new bootstrap-themes to oscar-template --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.3