-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi,
I didn't looked into Wok for some time now, I'm sorry for that. I was thinking about improvements we could do to a future release (maybe version 8.x).
Modularity
I was thinking about splitting wok into multiple npm modules. One for each task maybe. This way we could have for example individual modules for Webpack, babel and sass, making them optional and allowing for more configurations. This is something I've already explored with Umeboshi and it works fine.
The only problem is to determine how we are going to orchestrate those modules. A configuration file or something like that?
Folder structure
I'd like to let people choose their folder structure, with the modular approach that should be possible but I cannot figure it out completely right now.
@kino90 @liqueflies what do you think?