You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I have a watcher defined as watch -rootDirectory c:\projects\myweb\css -taskToExecute minify -globbingPattern '**/*.css'.
If the admin folder is deleted an event will not be fired. Since admin.css is inside of admin and it matches the globbingPattern an event should be raised.
Assuming I have the following on disk.
And I have a watcher defined as
watch -rootDirectory c:\projects\myweb\css -taskToExecute minify -globbingPattern '**/*.css'
.If the
admin
folder is deleted an event will not be fired. Sinceadmin.css
is inside ofadmin
and it matches theglobbingPattern
an event should be raised.cc @mlorbetske
The text was updated successfully, but these errors were encountered: