-
Would you be opposed to a PR that added an option to utilize `json2css.addMustacheTemplate`?
We have a retina sprite that requires some special options.
-
At the moment, if you are in `-vvv` mode (debug), you get a `RuntimeException` if there's an issue while running `deployer`. However, I think it would be very useful to be able to inspect the complete…
tomzx updated
9 years ago
-
Finally posting a bunch of tiny pixel art fixes that have been accumulating.
The octopus egg was a slightly incorrect size. Uncommon Criminal has fixed it:
![octopus_egg_by_cosmic_caterpillar-d834m49…
-
This could easily be the best tool for the job if it just automatically handled some things with retina sprite generation. Right now if I want to use this tool for sprite generation, I have to include…
-
Hi, I was away and i missed this [comment](https://github.com/twolfson/gulp.spritesmith/pull/37#issuecomment-87946011).
Sometimes my retina sprites aren't 2x, because Adobe Extract does something wro…
-
The node_modules folder can't be commited git because gulp.spritesmith has a dependency to url 0.7.9.
I get the following error:
> fatal: Not a git repository: /Users/Mathias/Projects/punycode.js/.g…
-
In the generated LESS stylesheet, I get something like this:
```
// ...
@mysprite-x: 0px;
@mysprite-y: 0px;
// ...
```
And I want an underscore for all variables, not a dash, like this:
```
// ...
…
-
It auto generates a sprite with a black background. Since I use padding between images, and need to place the images on a white background, I need that bleed area to be white.
There is no documentati…
-
Been trying spritesmith today, it works and is brilliant. However, I think I found an issue.
Please ignore the line numbers in the code blocks below :)
This:
```
138 var spriteData = gulp.src(conf…
-
This
```
gulp.src('assets/img/**/*.jpg')
.pipe(spritesmith({
imgName: 'sprite.jpg',
cssName: 'sprite.css'
}))
.pipe(gulp.dest(site.build + '/assets/img'));
```
results in
```
events.j…