-
Notifications
You must be signed in to change notification settings - Fork 7
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
It doesn't work while console outputs "Done, without errors" #2
Comments
Does it work if you try this? {
base64: {
'./dest/testing123.b64': './src/images/*.png'
}
} |
I tried: |
I have the same issue. the difference is only that I used: files: { 'svg/base64/test.b64': 'svg/img/*.png' } No errors, no output in folder |
Oi, came here to say, that grunt-base64 apparently expects a target, and doesn't work without one... So, while
does not work
does work. Hope this helps |
Oh thank you very much :) It really helped me a lot! |
I put the following code in my Gruntfiles:
base64: {
files: {
'./dest/testing123.b64': './src/images/*.png'
}
}
When I run grunt base64, the console indicated that there is no error running this task, but there is nothing in the dest folder. Anything I've done wrong?
The text was updated successfully, but these errors were encountered: