-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Currently only watch.gapreload is started.
It would be nice to have gapreload.options.watches = ['gapreload','foobar1','foobar2'] since I have different tasks for different file types to speed up incremental building. Note when configured the list replaces the default single watch of 'gapreload'. So if this is to occur it must be explicitly configured back in. This is the most versatile it allows renaming of that watch, it allows specifying the order they bootup (if thats ever important), it allows disabling all watches by providing an empty array (if thats ever important).
Then use concurrent to bootup all of them.
It is not possible to start a separate watch task from another terminal window / command prompt, because it links into livereload which runs its own websocket on the standard LIVERELOAD_PORT. So all the watch rules must be integrated into that livereload server setup.