diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-30 13:21:58 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-30 13:21:58 +0100 |
commit | e687f5c290d30d32c9c32c4ae5c7b9085697ab87 (patch) | |
tree | de05f90b950859e1d5136b301de9ac877d467c4f /Makefile | |
parent | 08f4b7f5062ad75299797c71ec23eaa4e7bf706f (diff) | |
download | searxng-e687f5c290d30d32c9c32c4ae5c7b9085697ab87.tar.gz searxng-e687f5c290d30d32c9c32c4ae5c7b9085697ab87.zip |
[enh][oscar_template] split js-files and compile them together
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,7 @@ $(python): tests: .installed.cfg @bin/test + @grunt test --gruntfile searx/static/oscar/gruntfile.js robot: .installed.cfg @bin/robot @@ -48,6 +49,9 @@ styles: @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 +grunt: + @grunt --gruntfile searx/static/oscar/gruntfile.js + locales: @pybabel compile -d searx/translations |