Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assets in Islands #1

Open
tcarac opened this issue Feb 18, 2023 · 1 comment
Open

Assets in Islands #1

tcarac opened this issue Feb 18, 2023 · 1 comment
Labels
question Further information is requested

Comments

@tcarac
Copy link

tcarac commented Feb 18, 2023

@HipsterBrown I'm familiar with the islands concepts also implemented in different frameworks like Astro,etc.
My question around this implementation is how do you expect non js assets living in islands to be handled ?
Talking about imgs and css specifically ?

@HipsterBrown
Copy link
Owner

Since the "island" functionality is mostly enabled by Vite in this repo's implementation, then the static assets and CSS concerns would be handled by the build tool as well:

Static - https://vitejs.dev/guide/assets.html

CSS - https://vitejs.dev/guide/features.html#css

@HipsterBrown HipsterBrown added the question Further information is requested label Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants