liferay / liferay-frontend-projects

A monorepo containing assorted Frontend Infrastructure Team projects
Other
69 stars 69 forks source link

feat(npm-scripts): support SVG exports #1140

Closed izaera closed 1 year ago

izaera commented 1 year ago

They work similar to CSS but inline the content directly instead of retrieving it from the server. This is because SVG files don't undergo any process in the server, as CSS files do, so there's no need to make two trips to the server when we can make just one.

izaera commented 1 year ago

Looks good to @bryceosterhaus (according to a private conversation I cannot reveal because it's private :shrug:).

So I'm going to merge since it's green.

bryceosterhaus commented 1 year ago