aslansky / css-sprite

css sprite generator
MIT License
733 stars 55 forks source link

prefix #5

Closed reyramos closed 10 years ago

reyramos commented 10 years ago

Tried numerous ways to change the prefix:'icon' to a custom one in gruntfile csssprite: options: processor:'css' prefix:'base64' sprite: src: ["<%= yeoman.app %>/img/base64/"] dest: ".tmp/img/sprite.png" base64: options: base64: true prefix:'base64' src: ["<%= yeoman.app %>/img/base64/_"] dest: ".tmp/css/sprite.less"

It seems that neither works.

aslansky commented 10 years ago

Should be fixed in 0.7.0-beta2.

Thanks for reporting.