nightmode/feri

Add files parameter to watch.processWatch().

Closed this issue · 1 comments

Have watch.processWatch() accept a files parameter like clean.processClean() and build.processBuild(). Also make it work with config.glob.watch to limit watching to certain files.

All done. ^_^

watch.processWatch can use two optional parameters, sourceFiles and destFiles. These parameters are passed along watch.watchSource and watch.watchDest which is where the magic really happens.