-
Could phantomjssmith be placed into optionalDependencies so that a lack of phantomjs doesn't cause a `npm rebuild` to fail?
-
I can't get spritesmith to work with the Imagemagick settings. In my gruntfile I have:
```
'engine': 'gm',
'engineOpts': {
'imagemagick': true
},
```
I've installed `ImageMagick 6.8.6-3` from […
-
Hi, it's me again~
I have used the `spritesmith` in our project to create sprite image and it is very helpful and powerful.
The algorithm of `spritesmith` are very simple , they were easy to be unders…
-
I don't think it's proper to define engine dependencies as optionalDependencies, because all engine dependencies (and their dependencies) are downloaded and compiled. It seems like the use of an optio…
-
Hi,
First of all, thanks for the project!
I have some question about usage. What I am trying to do is using this tool to generate a Thumbnail Sprites: https://support.jwplayer.com/customer/en/po…
-
When generating mixins for sprites, is there a way we can include a mixin that allows you to scale the sprite to different sizes using `background-size`?
I wrote a mixin to do this that works with th…
-
Seems as though there is an inconsistency between the size of the sprite in LESS and the actual size of the sprite when using padding.
The padding is being added one time too many in LESS. For instan…
-
-
As discussed in #32, we should have a streaming output. Since there is so much data throughput, it is ideal to progressively write to disk rather than all at once. I was hoping to rewrite this with #3…
-
Please add if statement for background position value, and if value is zero write it without `px`.
At this moment generated code looks like this:
``` stylus
$icon_assistant_x = 0px;
```
But will be …