Watchers
Was this helpful?
Was this helpful?
{
'added':[],
'removed':[],
'changed':[]
}watch()
.onChange( function( paths ) {
print
.line( '#paths.added.len()# paths were added!' )
.line( '#paths.removed.len()# paths were removed!' )
.line( '#paths.changed.len()# paths were changed!' ) ;
} )
.start();