Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prefix #5

Closed
reyramos opened this issue Mar 10, 2014 · 1 comment
Closed

prefix #5

reyramos opened this issue Mar 10, 2014 · 1 comment

Comments

@reyramos
Copy link

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.

@aslansky
Copy link
Owner

Should be fixed in 0.7.0-beta2.

Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants