-
I just wonder why foundation setup didn't include or come with built-in sprite support. Any chance you guys will include in future releases or?
By the way, if by chance anyone reading this i will show…
-
imageSetSpriteCreator.js这个文件里 前后占位是嘎嘛用的?place_before.png把图片左上角的图像替换了,若把module.exports里面的list.push(PLACE_IMAGE_BEFORE) 的push 改成unshift就没这个情况了
-
Thanks for an awesome module! We love it :-)
The old version of handlebars used by gulp.spritesmith is giving us security warnings form nodesecurity.io. Would it be possible to bump to a newer versio…
-
Error: There are some read requests waitng on finished stream at ChunckStream._end
Could someone help me with this issue?
-
Hello,
I'm trying to create a custom template that is left to right, but 2 rows of images tall.
My gulpfile.js:
```
var gulp = require('gulp');
var spritesmith = require('gulp.spritesmith');
var la…
-
Hi,
great loader.
is there an option to add a custom handlebar template to it, similar to the "cssTemplate" var in the sprite-smith grunt plugin.
thanks in advance.
-
Hi, I tryed install Your package, but have error, there wrote about version Grunt 1.0.0 (as far as I understand), but in description plugin wrote "Requires grunt ~0.4.0"
Please help me, what is wrong…
-
0
down vote
favorite
I just copy pasted the getting started task :
```
var gulp = require('gulp');
var spritesmith = require('gulp.spritesmith');
gulp.task('sprite', function () {
console.log("i…
-
Is there any way to use this module and generate multiple sprites? Now in 2 SCSS files i have similar variables, like `$spritesheet-sprites` for examples
-
Using latest gulp-eslint with gulp 4.0. On a couple of OSX machines, no problems. On another with identical setup and same package.json, getting the following:
```
/node_modules/gulp-eslint/index.js:…