gulp-theo
gulp-theo copied to clipboard
Multiple file outputs
Hey, gulp noob user here!
In the advanced usage documentation it mentions that the configuration outputs to multiple formats but I don't quite see which part does that.
If I wanted to use the same single yml file to output multiple different formats how would I do that? Ie. tokens.yml -> variables.css & variables.js
I've solved this the dumb way by defining more and more tasks. Feels a bit odd (and just like grunt) so maybe there's a nicer way. Works for nor anyway!
I think the docs mention that because there are multiple inputs, unfortunately the current plugin only supports a single output. If I have time, I can update the plugin to accept an array of options and then create multiple outputs.