Closed
Description
Tried numerous ways to change the prefix:'icon' to a custom one in gruntfile
css_sprite:
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.
Metadata
Metadata
Assignees
Labels
No labels