1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 21:24:45 +01:00
gitea/modules
silverwind 8188176b58
Direct SVG rendering (#12157)
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
2020-07-12 12:10:56 +03:00
..
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 Direct SVG rendering (#12157) 2020-07-12 12:10:56 +03:00
sync
task
templates Direct SVG rendering (#12157) 2020-07-12 12:10:56 +03:00
test
timeutil
upload
user
util
validation
webhook