summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-11-30 13:21:58 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-11-30 13:21:58 +0100
commite687f5c290d30d32c9c32c4ae5c7b9085697ab87 (patch)
treede05f90b950859e1d5136b301de9ac877d467c4f /Makefile
parent08f4b7f5062ad75299797c71ec23eaa4e7bf706f (diff)
downloadsearxng-e687f5c290d30d32c9c32c4ae5c7b9085697ab87.tar.gz
searxng-e687f5c290d30d32c9c32c4ae5c7b9085697ab87.zip
[enh][oscar_template] split js-files and compile them together
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 54f8a10fa..f9882e5ac 100644
--- a/Makefile
+++ b/Makefile
@@ -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