From 28b22a0f9836dff7e6f6fd1436227dead0db4abd Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Tue, 30 Nov 2021 23:04:37 +0100 Subject: [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. --- searx/static/themes/simple/package.json | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/static/themes/simple/package.json') 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", -- cgit v1.2.3-54-g00ecf