diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-02-05 13:31:05 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-02-28 12:27:41 +0100 |
| commit | 1a3543d4b279fa926de1d89c1923581869691a22 (patch) | |
| tree | 3164c71e59f875e7870060aa96d8486c59652972 /searx/static/themes/simple/svg4web.svgo.js | |
| parent | 872e09d1033112c78497a2719025a1e590af4ee9 (diff) | |
[web-client] simple theme: final build by vite & clean up grunt leftovers
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/static/themes/simple/svg4web.svgo.js')
| -rw-r--r-- | searx/static/themes/simple/svg4web.svgo.js | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/searx/static/themes/simple/svg4web.svgo.js b/searx/static/themes/simple/svg4web.svgo.js deleted file mode 100644 index 5e12251f3..000000000 --- a/searx/static/themes/simple/svg4web.svgo.js +++ /dev/null @@ -1,18 +0,0 @@ -/** - * @license - * SPDX-License-Identifier: AGPL-3.0-or-later - * - * svgo config: Optimize SVG for WEB usage - */ - -module.exports = { - plugins: [ - { - name: 'preset-default', - }, - // make diff friendly - 'sortAttrs', - // Optimize SVG for WEB usage - 'convertStyleToAttrs', - ], -}; |