mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 11:40:01 +00:00
Using .less instead of .css
to generate the .css file from the .less file run: $make styles
This commit is contained in:
7
Makefile
7
Makefile
@@ -43,11 +43,14 @@ production: bin/buildout production.cfg setup.py
|
||||
minimal: bin/buildout minimal.cfg setup.py
|
||||
bin/buildout -c minimal.cfg $(options)
|
||||
|
||||
styles:
|
||||
@lessc -x searx/static/css/style.less > searx/static/css/style.css
|
||||
|
||||
locales:
|
||||
@pybabel compile -d searx/translations
|
||||
|
||||
clean:
|
||||
@rm -rf .installed.cfg .mr.developer.cfg bin parts develop-eggs \
|
||||
searx.egg-info lib include .coverage coverage
|
||||
searx.egg-info lib include .coverage coverage searx/static/css/*.css
|
||||
|
||||
.PHONY: all tests robot flake8 coverage production minimal locales clean
|
||||
.PHONY: all tests robot flake8 coverage production minimal styles locales clean
|
||||
|
||||
Reference in New Issue
Block a user