diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-01-18 12:00:38 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-01-18 12:00:38 +0100 |
| commit | 096ffd0659ea93a1de0009e37e49f71d576d2de6 (patch) | |
| tree | 1451484d751f942c1a864389c73c89a31dcc19d2 /Makefile | |
| parent | 285f991cd078db7df5622e3109984f1f3c651988 (diff) | |
[enh] add new bootstrap-themes to oscar-template
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |