diff options
author | Alexandre Flament <alex@al-f.net> | 2021-11-30 23:04:37 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-11-30 23:04:37 +0100 |
commit | 28b22a0f9836dff7e6f6fd1436227dead0db4abd (patch) | |
tree | c0a6ce2c88be6a427d4b698da8b441d74db8def5 /searx/static/themes/simple/package.json | |
parent | 632ae7d175dc3ad7404e1df943b1dc45881f7c87 (diff) | |
download | searxng-28b22a0f9836dff7e6f6fd1436227dead0db4abd.tar.gz searxng-28b22a0f9836dff7e6f6fd1436227dead0db4abd.zip |
[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.
Diffstat (limited to 'searx/static/themes/simple/package.json')
-rw-r--r-- | searx/static/themes/simple/package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/static/themes/simple/package.json b/searx/static/themes/simple/package.json index 0cf6c4f64..356230f52 100644 --- a/searx/static/themes/simple/package.json +++ b/searx/static/themes/simple/package.json @@ -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", |