You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js
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
5 years ago
..
components Insert ui divider directly in templates instead of from inside heatmap vue component (#11508) 5 years ago
features Direct SVG rendering (#12157) 5 years ago
markdown Direct SVG rendering (#12157) 5 years ago
standalone Reorganize frontend files and tooling (#10168) 5 years ago
vendor Rewrite GitGraph.js (#12137) 5 years ago
index.js Direct SVG rendering (#12157) 5 years ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 5 years ago
publicpath.js Fix webpack chunk loading with STATIC_URL_PREFIX (#11526) 5 years ago
serviceworker.js Fix serviceworker output file and misc improvements (#11562) 5 years ago
svg.js Direct SVG rendering (#12157) 5 years ago
utils.js Direct SVG rendering (#12157) 5 years ago