You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to put together a builder plugin to assemble images into a sprite during the build, but can't seem to inject images, only styles.
Using component 0.19 (w/ builder 0.10) Builder#addFile("images", ...) doesn't behave like I would expect. It turns out that static assets like images/fonts/etc don't have a hook, and are fired off right away, so the copy/link operation is likely done (or at least in-flight) before I can get to it.
Is this changed in the later versions of the builder? (v0.11+) Is there a recommended workaround right now?
The text was updated successfully, but these errors were encountered:
yeah sprites makes sense to be able to know which are not to be sprited. builder plugin would be good, although i'm currently waiting on #151 before i get too into using the new api cuz we gotta solve the verbosity stuff
I'm trying to put together a builder plugin to assemble images into a sprite during the build, but can't seem to inject images, only styles.
Using component 0.19 (w/ builder 0.10)
Builder#addFile("images", ...)
doesn't behave like I would expect. It turns out that static assets like images/fonts/etc don't have a hook, and are fired off right away, so the copy/link operation is likely done (or at least in-flight) before I can get to it.Is this changed in the later versions of the builder? (v0.11+) Is there a recommended workaround right now?
The text was updated successfully, but these errors were encountered: