diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-29 10:27:19 +0200 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-05 14:40:47 +0200 |
commit | f4457da0a171d45b8be6b9b2bc24f15b6bf4b337 (patch) | |
tree | ff6120e756c9e751450549b1bbe5ba0884ffceee /Makefile | |
parent | 841f1eedfc8b2c49f0395d5f0ea2bfa269c19df2 (diff) | |
download | searxng-f4457da0a171d45b8be6b9b2bc24f15b6bf4b337.tar.gz searxng-f4457da0a171d45b8be6b9b2bc24f15b6bf4b337.zip |
oscar template: using less to generate oscar.min.css
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ minimal: bin/buildout minimal.cfg setup.py styles: @lessc -x searx/static/default/less/style.less > searx/static/default/css/style.css @lessc -x searx/static/oscar/less/bootstrap/bootstrap.less > searx/static/oscar/css/bootstrap.min.css + @lessc -x searx/static/oscar/less/oscar/oscar.less > searx/static/oscar/css/oscar.min.css locales: @pybabel compile -d searx/translations |