mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-19 21:24:45 +01:00
8188176b58
Introduce 'make svg' which calls a node script that compiles svg files to `public/img/svg`. These files are vendored to not create a dependency on Node for the backend build. On the frontend side, configure webpack using `raw-loader` so SVGs can be imported as string. Also moved our existing SVGs to web_src/svg for consistency. Fixes: https://github.com/go-gitea/gitea/issues/11618 |
||
---|---|---|
.. | ||
analyze | ||
auth | ||
avatar | ||
base | ||
cache | ||
charset | ||
context | ||
convert | ||
cron | ||
emoji | ||
eventsource | ||
generate | ||
git | ||
gitgraph | ||
graceful | ||
highlight | ||
httplib | ||
indexer | ||
lfs | ||
log | ||
markup | ||
metrics | ||
migrations | ||
notification | ||
options | ||
password | ||
pprof | ||
private | ||
process | ||
public | ||
queue | ||
recaptcha | ||
references | ||
repofiles | ||
repository | ||
secret | ||
session | ||
setting | ||
ssh | ||
structs | ||
svg | ||
sync | ||
task | ||
templates | ||
test | ||
timeutil | ||
upload | ||
user | ||
util | ||
validation | ||
webhook |