Alexander Slansky
Alexander Slansky
Hopefully you can wait a few more days. In css-sprite 1.0 handlebars is used to generate the style. This will give much more flexibility. So creating a hover style can...
css-sprite 1.0.0 is out ... it's called [sprity](https://github.com/sprity/sprity). it now uses handlebars as the template language. So more logic is possible whithin the templates. If this is not enough, have...
Could you give me the part of the grunfile you are using? Than I can have a look.
Thanks, I will look into it.
I am still thinking about the issue. Because I don't want to introduce extra classes in the templates and I also don't want to introduce another command line option for...
If you use css as the output format css-sprite will generate the classes for you. When using a pre-pocessor like scss it just generates the needed mixins.
Or you could also create your own template for generating scss. Have a look at the templates that come with css-sprite in lib/templates.
Yeah ok. We have different opinions about that. I want to keep the generated styles as small as possible, but I can see why this would be helpful. I'll reopen...
Thanks for the ideas. - in my opinion it would only make sense if there is more than one entry point. For now my default task does basically the same...
To show you what I mean with entry point I added a watch-sass task that shows what happens. Start gulp watch-sass, remove ./dist/css/main.css and then try changing the _config.scss. Nothing...