mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 11:40:01 +00:00
[enh][oscar_template] split js-files and compile them together
This commit is contained in:
4
Makefile
4
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user