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
{{ message }}
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.
In CSS asset URLs are rewritten to the appropriate path in build folder but not for templates. I understand that it's not possible for Component to know where the template will be used so I'm curious how other people solve this. Are there any established best practises or recommendations?
The text was updated successfully, but these errors were encountered:
hmmm ok. for now i would just use background-image. it's kind of confusing because we would have to figure out which tags to parse, which properties to parse, change properties while preserving styles, etc. but this is inevitable when web components comes out
In CSS asset URLs are rewritten to the appropriate path in build folder but not for templates. I understand that it's not possible for Component to know where the template will be used so I'm curious how other people solve this. Are there any established best practises or recommendations?
The text was updated successfully, but these errors were encountered: