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

Image Packaging part 1 #38

Open
MattSurabian opened this issue Apr 21, 2016 · 2 comments
Open

Image Packaging part 1 #38

MattSurabian opened this issue Apr 21, 2016 · 2 comments
Assignees
Milestone

Comments

@MattSurabian
Copy link
Contributor

MattSurabian commented Apr 21, 2016

Provide an automated image packaging and chunking solution for SVG and binary images.

Webpack Loader

This loader will be all that gets used during active development so as to not package a sprite sheet on every local rebuild. It should internally generate a non-base64 dataUri of the image passed to it and create a style sheet that contains one item of the form:

:local(.someClass){
  background-image: url(DATA_URI);
  background-repeat: repeat;
}

With this generated style sheet we will then run the css-loader and the style-loader so that the resulting CSS is injected into the page at run time.

This was referenced Apr 21, 2016
@labond labond added the On Deck label May 3, 2016
@labond labond mentioned this issue May 3, 2016
@labond labond changed the title Image Packaging Image Packaging part 1 May 3, 2016
@labond labond added ready and removed On Deck labels May 10, 2016
@labond labond added this to the Sprint 4 milestone May 10, 2016
@labond labond removed this from the Sprint 4 milestone May 16, 2016
@kadamwhite
Copy link
Contributor

This ticket encapsulates providing a standard interface for using image assets, #60 is how to provide that efficiently

@kadamwhite
Copy link
Contributor

Blocks #10, because this determines what it is that we will need to pre-cache.

@labond labond added the On Deck label May 18, 2016
@labond labond added this to the Sprint 6 milestone May 19, 2016
@labond labond added ready and removed On Deck labels May 23, 2016
@labond labond removed the ready label Jul 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants