diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-06-22 19:59:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-22 19:59:01 +0000 |
| commit | 98d1661f723289504cf814bca23a34c04b94c789 (patch) | |
| tree | 7b77ef0f5010cbf7db7f1c373c5cd0ad280bedb1 | |
| parent | 5081cd4ed7428c32f609cd24f73a8df94ec78abc (diff) | |
| parent | 5742267e3514f6ee77d5814fe1ba4cf654b237de (diff) | |
Merge pull request #171 from searxng/build_static_cleanup
Build static cleanup
| -rw-r--r-- | .gitattributes | 22 | ||||
| -rw-r--r-- | Makefile | 2 |
2 files changed, 13 insertions, 11 deletions
diff --git a/.gitattributes b/.gitattributes index f391c2342..8e16c6561 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,12 @@ -searx/static/themes/oscar/css/bootstrap.min.css -diff -searx/static/themes/oscar/js/bootstrap.min.js -diff -searx/static/themes/oscar/css/logicodev.min.css -diff -searx/static/themes/oscar/css/leaflet.min.css -diff -searx/static/themes/oscar/css/pointhi.min.css -diff -searx/static/themes/oscar/js/searx.min.js -diff -searx/static/themes/simple/css/searx.min.css -diff -searx/static/themes/simple/css/searx-rtl.min.css -diff -searx/static/themes/simple/js/searx.min.js -diff -searx/static/themes/simple/js/searx.min.js.map -diff +*.gif -diff +*.png -diff +*.min.css -diff +*.min.js -diff +*.css.map -diff +*.js.map -diff +*.eot -diff +*.svg -diff +*.ttf -diff +*.woff -diff +*.woff2 -diff +messages.mo -diff @@ -82,7 +82,7 @@ MANAGE += py.build py.clean MANAGE += pyenv pyenv.install pyenv.uninstall MANAGE += pypi.upload pypi.upload.test MANAGE += test.yamllint test.pylint test.pep8 test.unit test.coverage test.robot test.clean -MANAGE += themes.all themes.oscar themes.simple themes.bootstrap pygments.less +MANAGE += themes.all themes.oscar themes.simple pygments.less PHONY += $(MANAGE) |