cr0ybot / gulp-wp

A reusable, extendable, updatable Gulp workflow for WordPress themes & plugins
MIT License
26 stars 3 forks source link

[serve task] Allow additional tasks to be added to serve #40

Open cr0ybot opened 1 year ago

cr0ybot commented 1 year ago

Currently, the serve task is hardcoded to only watch the dest folders of the scripts, styles, and blocks tasks.

Extend the task so that other task destination folders can be included.