laoshu133 / grunt-css-sprite

A grunt plugin to help front engineer creating css sprite.
MIT License
65 stars 29 forks source link

本地无法产出雪碧图 #31

Open ar-insect opened 9 years ago

ar-insect commented 9 years ago

css可以产出,配置如下:

sprite: { autoSprite: { imagepath: 'images/slice/.png', spritedest: 'assets/dist/images/button.sprite.png', src:'static/css/.css', dest:'assets/dist/css/button.sprite.css' } }

不知道有什么问题,指教。

laoshu133 commented 9 years ago

请给出详细执行日志

ereddate commented 8 years ago

同问

ereddate commented 8 years ago

css: #section0{ background-image: url(trunk/h5/imgs/bg1.png); gruntfile: imagepath: 'trunk/h5/imgs/'

这样也输不出来图片,是怎么回事?