brunch / stylus-brunch

Adds Stylus support to Brunch
MIT License
21 stars 2 forks source link

Add a sprite solution #9

Closed steffenmllr closed 11 years ago

steffenmllr commented 11 years ago

I added a https://github.com/naltatis/node-sprite to the brunch plugin. It's a pretty solid sprite solution and a lot faster than the sass/compass spriting. If you are interested, I'll send a pull request.

https://github.com/digitalhero/stylus-brunch

paulmillr commented 11 years ago

@digitalhero nice one!

The bad thing is that it will require ALL stylus-brunch users to have imagemagick installed. Can we somehow limit the stuff to only those who want spriting?

steffenmllr commented 11 years ago

Sure, I'll set a flag in the config stylus.sprite which is false by default

paulmillr commented 11 years ago

feel free to submit pull req then