From 59f4c792b498ef399dad5643576327da8ed122f2 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Tue, 23 Nov 2021 20:18:09 +0100 Subject: [mod] simple theme: use sharp instead of convert to create .png from .svg define a custom grunt task, since grunt-sharp is too old (it can't be installed). in gruntfile.js, the image tasks are moved at the end the build chain. Signed-off-by: Markus Heiser --- searx/static/themes/simple/package.json | 1 + 1 file changed, 1 insertion(+) (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 25797b8fe..0cf6c4f64 100644 --- a/searx/static/themes/simple/package.json +++ b/searx/static/themes/simple/package.json @@ -16,6 +16,7 @@ "ionicons": "^6.0.0", "less": "^4.1.1", "less-plugin-clean-css": "^1.5.1", + "sharp": "^0.29.3", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", "ejs": "^3.1.6", -- cgit v1.2.3