gitea/build
KN4CK3R cd78c30fd3
Use filename as id/class prefix. (#16997)
Currently the svg minifier (`make svg`) rewrites all `id` and `class` attributes in svg files. Every file gets the ids `a, b, ...`. If multiple svgs with ids are used on a page these ids are conflicting and the results are broken images.

| minified ids | unique ids |
| - | - |
| ![grafik](https://user-images.githubusercontent.com/1666336/132579375-59d3996f-c4e5-43b8-8c8d-82280c90d9e3.png) | ![grafik](https://user-images.githubusercontent.com/1666336/132579413-05bf9285-4e3b-4d0d-8f95-90b212405b05.png) |

This PR adds a prefix (the filename) to every id/class.

Follow up problem: Because we embed svg images there are duplicated ids if one svg image is used multiple times on a page. As those ids refer to the same content it may be no real problem because browser handle that fine.
2021-09-09 08:06:54 +01:00
..
generate-bindata.go Add bundle download for repository (#14538) 2021-08-24 11:47:09 -05:00
generate-emoji.go Add bundle download for repository (#14538) 2021-08-24 11:47:09 -05:00
generate-gitignores.go Add bundle download for repository (#14538) 2021-08-24 11:47:09 -05:00
generate-images.js Make build scripts compatible with node 12 (#15479) 2021-04-15 12:02:34 +01:00
generate-licenses.go Add bundle download for repository (#14538) 2021-08-24 11:47:09 -05:00
generate-svg.js Use filename as id/class prefix. (#16997) 2021-09-09 08:06:54 +01:00
gocovmerge.go Enable race detector for CI (#1441) 2021-08-26 16:50:04 +08:00
update-locales.sh Format files (#13698) 2020-11-28 01:12:22 -05:00