grunt sprite致命错误:grunt.sprite需要src,dest(img)和destCss属性

时间:2015-11-06 10:34:48

标签: gruntjs css-sprites grunt-spritesmith

我正在尝试在我的项目上运行grunt sprite:https://github.com/Ensighten/grunt-spritesmith

所有文件夹和文件都存在且有任何帮助吗?

在终端上运行后:grunt sprite

我得到了这个。 致命错误:grunt.sprite需要src,dest(img)和destCss属性

我的咕噜声:

/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'
          }
        }
      };        

0 个答案:

没有答案