-
On this form:
```
var sassFiles =
gulp.src(
appFiles.sassStyles
)
.pipe(
plugins.rubySass(
{
style: sassStyle,
sourcemap: sourc…
-
I just updated my packages and now my task dies. I have retina images in images/sprites2x with name XY.png and XY@2x.png. Spritesmith generates the sass-file but gulp-sass won't compile according to e…
-
This is a great plugin! Thanks for your hard work.
I've been using this plugin and just decided to implement the retina portion. The issue I see is that I don't always get retina assets for every…
-
It there way to get variables and mixins only SASS file without any selectors?
Something similar to the spritesmith output:
``` scss
$example_icon_name: 'example-icon';
$example_icon_x: 455px;
$exam…
-
Hello!
How i can use different handlebars templates for different images?
I want something like this:
``` javascript
spritesmith({
cssTemplate: function(sprite) {
if (sprite.foldername …
-
Не запускается с версией [gulp.spritesmith@4.3.0](https://github.com/twolfson/gulp.spritesmith/blob/master/CHANGELOG.md)
``` bash
➜ new-project git:(master) gulp
[15:46:42] Requiring external module…
in-in updated
8 years ago
-
Found typo. Either [there](https://github.com/twolfson/spritesheet-templates/blob/master/lib/spritesheet-templates.js#L340) or in documentation.
jsonArray_retina should probably be json_array_retina
-
I'm trying to create a sprite file, I've tried so many task cases here is the one of them :
`gulp.task('sprite:build',function() {
var spriteData = gulp.src(path.src.imgSprite)
.pipe…
-
After upgrading to OS X Yosemite recently, I'm running into a phantomjs crash. The stacktrace for the same is available at https://dl.dropboxusercontent.com/u/15699334/phantomjs198-macosx-yosemite1010…
-
Hi !,
I get this error when i try to use v0.2.0
```
npm ERR! No compatible version found: webpack-spritesmith@^0.2.0
```
Can you update on npm ?
thanks !