Run one gulp task on multiple folders. The folders look like plugins/lsmwp-*
问题 I create a lot of WordPress plugins, each of these all follow the same folder structure and all use Gulp to handle their SASS / JS assets. Folder Structure is as follows: |-- .gulpfile.js |-- lsmwp-one |-- plugin.php |-- assets |-- src |-- style.scss |-- dist |-- lsmwp-two |-- plugin.php |-- assets |-- src |-- style.scss |-- dist I would like to have a single Gulpfile that watches each 'lsmwp-*' folder, runs all related tasks and outputs to plugin dist folder. My Gulpfile currently watches