-
I'm using postcss-sprites with Laravel Mix.
Currently I have 2 issues:
1) Generated images contain elements of other icons, so I decided to add spritesmith.padding, but it doesn't works. Sprite …
-
This is a courtesy notice. It seems that you, @Otouto, and I wrote a `grunt-spritesmith` port at the same time. Since you are still developing `gulp-spritesmith`, it seems like you have not heard abou…
-
I suggest to move from spritesmith to [postcss-sprites](https://github.com/2createStudio/postcss-sprites):
- There is the same spritesmith module under the hood, so the quality of sprites will not ch…
-
```
High Prototype Pollution
Package handlebars
Dependency of webpack-spritesmith [dev]
Path webpack-spritesmith > spritesheet-templates > handlebars
More inf…
-
All others properties that I passed in the spritesmithOptions object work great (algorithm, padding), but I can't seems to make the sorting work properly.
Here is the config from my Gruntfile:
``` …
-
I was very surprised to encounter a bug report on `gulp.spritesmith` not working with Gulp 5.0.0 today.
https://github.com/twolfson/gulp.spritesmith/issues/159
After some sleuthing, we found it …
-
Can you please consider upgrading static-eval to version >= 2.0.0 where this vulnerability is patched ?
Moderate Sandbox Breakout / Arbitrary Code Execution
Package static-eval
…
-
A while ago, I created an engine for `spritesmith` (spritesheet creating utility) that leverages `get-pixels` which in turn leverages `pngparse` for decrypting PNG data. Unfortunately, we occasionally…
-
Current file:
```
/* global require, module */
require('dotenv').load();
var EmberApp = require('ember-cli/lib/broccoli/ember-app');
var BroccoliSpritesmith = require('broccoli-spritesmith');
var sp…
-
Sorry for opening issue but I am stuck with old app running number of grunt tasks, among others grunt-contrib-less for less files and grunt-spritesmith for building sprites.
After updating to the l…