-
> gmsmith@0.4.4 preinstall /Volumes/BoxCryptor/Development/Meteor/buildfirst/ch02/06_spritesheet-task/node_modules/grunt-spritesmith/node_modules/spritesmith/node_modules/gmsmith
> gm -version || conv…
-
I'm trying to use gulp-plumber:
``` livescript
gulp.task \sprites, (cb) !->
sprite-data = gulp.src path.join params.img-dir, 'src/*.png'
.pipe gulpif ignore-errors, plumber errorHandler: …
-
Instead of including the less files and do client-side rendering of the CSS, the theme should have a `grunt watch` task that does the CSS generation when the source files change.
-
./ch02/06_spritesheet-task
> gmsmith@0.4.4 preinstall /Volumes/BoxCryptor/Development/Meteor/buildfirst/ch02/06_spritesheet-task/node_modules/grunt-spritesmith/node_modules/spritesmith/node_modules/g…
-
after updating to phantomjs 1.9.8 phantomjssmith being run in grunt-spritesmith fails with the error message "Fatal Error: Command Failed" and no information after that. After reverting back to 1.9.7…
-
> phantomjs --version
1.9.8
npm WARN engine pngjs@0.4.0: wanted: {"node":"0.8.x"} (current: {"node":"0.10.29","npm":"2.0.0-alpha-5"})
npm WARN optional dep failed, continuing gmsmith@0.4.4
npm WARN e…
-
This issue is so we can discuss solutions for the common problem of image glitches every time the sprites change. If anyone has any suggestions, or wants technical information about the problem so tha…
-
Adding this because we are currently missing tasks for manipulating images whether it's CSS sprites creation or image optimization. We can use this issue to collect ideas and plugins and then create s…
-
Hello Todd,
great job so far!
https://github.com/Ensighten/grunt-spritesmith/issues/60
same problem with gulp-newer & gulp.spritesmith. Spritesmith creates 0 byte files if newer didn't let files th…
-
How should one add compass to a Foundations for Apps project that:
1. is installed using `foundation-apps new` with the CLI,
2. will allow one to use compass mixins, for example, in custom .scss fil…