[mod] simple theme: smaller build

remove:
* searx/static/themes/simple/js/searxng.head.js
* searx/static/themes/simple/js/searxng.js
* searx/static/themes/simple/css/searxng-rtl.css
* searx/static/themes/simple/css/searxng.css

These files are never used.
About the js files: the .map files references the sources instead of the concated version.
This commit is contained in:
Alexandre Flament
2021-11-30 23:04:37 +01:00
parent 632ae7d175
commit 28b22a0f98
2 changed files with 7 additions and 33 deletions

View File

@@ -2,7 +2,6 @@
"devDependencies": {
"eslint": "^8.0.1",
"grunt": "~1.4.1",
"grunt-contrib-concat": "~2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jshint": "~3.1.1",