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

Redo the way static resources (css/images/sounds) are handled #509

Open
pcardune opened this issue Oct 22, 2021 · 0 comments
Open

Redo the way static resources (css/images/sounds) are handled #509

pcardune opened this issue Oct 22, 2021 · 0 comments
Assignees
Labels
code quality Issues that involve improving code quality but don't necessarily contribute to features/bug fixes
Milestone

Comments

@pcardune
Copy link
Collaborator

Right now we just have import statements that import ".less" files or ".mp3" files, which rely on bundlers doing something special to resolve/load those files. Ideally, javascript libraries shouldn't make too strong demands on the bundlers they might be used with.

I'm not sure what the right approach is yet, this task is to remind me to come up with one.

@pcardune pcardune added the code quality Issues that involve improving code quality but don't necessarily contribute to features/bug fixes label Oct 22, 2021
@pcardune pcardune added this to the v1.0 milestone Oct 22, 2021
@pcardune pcardune self-assigned this Oct 22, 2021
@pcardune pcardune mentioned this issue Nov 16, 2021
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Issues that involve improving code quality but don't necessarily contribute to features/bug fixes
Projects
None yet
Development

No branches or pull requests

1 participant