-
I've racked my brain over an error for TWO WHOLE DAYS, simply because of the fact that gm doesn't report an error when the proper libs (GraphicsMagick/ImageMagick) aren't installed on the system.
Fra…
-
I'm trying to swap the engine used to generate sprites from pixelsmith to gmsmith. Pixelsmith left artifacts in the image. The quality option has no effect on the sprite image.
I'm passing in the fol…
-
`binpacking` has an issue with module exports. - https://github.com/jsmarkus/node-bin-packing/issues/3
This makes running spritesmith (or layout) in an environment like atom/node-webkit impossible.
…
-
I must admit I'm new to glp, but this is what happens:
```
var gulp = require('gulp');
var $ = require('gulp-load-plugins', {
rename: {
'gulp-add-src': 'add',
"gulp.spritesmith": …
andig updated
9 years ago
-
Hi,
I am running the grunt task config as defined in your example and am getting "Running sprite:build(sprite) task Fatal error: grunt.sprite requires a src, dest (img), and destCss property". I not…
-
hello i tried to install habitrpg on my uberspace, i folowed [this](https://gist.github.com/mamiu/cc792b805eec59b224c9) guide but it fails. here is the log of `npm install`
``` npm
npm http GET https…
-
Hi,
I'm trying to add new features and it's quite hard without building the app, so I'm trying to build it.
My best guest right now was to get node and grunt, to try to install the dependencies (whic…
-
Before the migration of grunt, we first made sprites from the less files (f.e. main.less → main-sprite.less) and then compiled the less-files to css (see [history of fabfile.py](https://github.com/iny…
-
Is this possible? For instance, creating a sprite from multiple images to save on HTTP requests.
-
The documentation (https://github.com/twolfson/spritesheet-templates#scss_maps) has this:
**Options:**
functions Boolean - Flag to include mixins or not
By default this is true (mixins will be includ…