Closed douglasdeodato closed 9 years ago
i am getting this error after run grunt sprite
Fatal error: grunt.sprite requires a src, dest (img), and destCss property
//Sprite =============================== var sprite; config.sprite = sprite = {};
// Configure grunt sprite.dist ={ sprite:{ all: { src: 'public/images/*.png', dest: 'public/images/sprite/spritesheet.png', destCss: 'sass/sprites.css' } } };
I have a feeling this is directly tied to #150. Closing this as a duplicate for now.
i am getting this error after run grunt sprite
Fatal error: grunt.sprite requires a src, dest (img), and destCss property
//Sprite =============================== var sprite; config.sprite = sprite = {};