You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@phun-ky This is how I'm currently handling multiple targets in a node build script. Not too dissimilar to your forEach example.
One difference is that I‘ve created a configuration object (theoConfig) with an output field specifying the transforms/formats I'm using, and looping over that.
It might be useful to others if Theo natively supported a similar sort of configuration object for specifying multiple formats/transforms.
Currently, I have to do this for each target:
How can I chain them for multiple targets (less + scss + styl+++)?
I could do this though, but I wonder if theo has support for something, better? :
The text was updated successfully, but these errors were encountered: