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?