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

Implement static content loader #71

Closed
natew opened this issue Oct 19, 2016 · 2 comments
Closed

Implement static content loader #71

natew opened this issue Oct 19, 2016 · 2 comments
Assignees

Comments

@natew
Copy link

natew commented Oct 19, 2016

Not sure how great an idea this is, but a string loader at least would help me with a couple things. Specifically, we are using svg's and I want to share between a few different apps by putting in a package. So, naturally this would help.

For now the process is manual: copy and paste into a string inside a js file.

@steelbrain steelbrain self-assigned this Oct 19, 2016
@steelbrain
Copy link
Owner

We already have support for custom loaders, we just have to write a loader for svgs or any static content

@steelbrain steelbrain changed the title RFC: Custom loaders Implement static content loader Oct 19, 2016
@steelbrain
Copy link
Owner

Static content loader (as well as transformer so you have files <2kb in size etc as data-urls instead of paths) is done in master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants