I was wondering if it’s possible to configure a watch task to watch two different folders and execute a different task on each on folder. For example, whenever something changes is /folder1 then task1 should be executed, whenever something is changed in /folder2 then task2 should be executed.
The folder structure is of the following form:
root
|-folder1
|-folder2
Watch behaves like a multi-task, so yes you can configure it to watch different sets of files and perform different tasks
Then you can run one watch task or both
Haven’t tested but it should work.