#assets build

1 messages · Page 1 of 1 (latest)

eager sedge
#

e.g. "src / assets / images / icons / *.svg" -> those icons which are not referenced in any way - wont build under "dist / assets / " but i still need them (hashed) in assets. is there any way or option to do so?

eager sedge
#

"not referenced in any way" is not 100% correct - i use/reference sprite.svg for icons in html markup (.astro files), but this also wont build (hashed and placed in dist/assets) .. so i got only icons which are referenced in stylesheets, but I do need all of them, even if there not used in css

hearty ingot
eager sedge
#

I need those not referenced files also hashed 🙂 like the build ones

#

i tried the rollup-plugin-copy to copy and hash all assets - but then i have the side effect that some assets are doubled - one from automatic build because its referenced, and one from manual copy