Hello,
Is possible to to wrap Node modules that depend on shell output redirection in a Volo command?
What I'm trying to run is this (to embed images in CSS by Base64 encoding):
imageembed: {
summary: 'embed images in css',
run: 'n.css-b64-images build/v' + pjson.version + '/css/wimp.css > build/v' + pjson.version + '/css/wimp2.css'
},
The problem is that the output appears in the terminal (instead of being written to file).
Regards
Øyvind