locomotivemtl / locomotive-boilerplate

🚂 Front-end boilerplate for projects by Locomotive.
https://locomotivemtl-boilerplate.vercel.app/
MIT License
455 stars 71 forks source link

Add dedicated SVG sprite folder #161

Closed lucasvallenet closed 3 months ago

lucasvallenet commented 7 months ago

What

Add a dedicated svgs folder at the root of the assets

Why

Every build task is using a folder at the root of assets. There is no need to use a nested folder in assets/images/sprite as the assets/images folder is only used for the svg sprite. We may want to delete the assets/images folder.