gruntjs / grunt-contrib-watch

Run tasks whenever watched files change.
http://gruntjs.com/
MIT License
1.98k stars 356 forks source link

Added missing event(in options.event) in documentation #570

Open abhisheksrocks opened 1 year ago

abhisheksrocks commented 1 year ago

TLDR: Added renamed event for options.event's documentation.

What: The renamed event isn't mentioned in the options.event documentation. This event is triggered when a watched file name is changed. Here's a screenshot of what it looks like when the event is triggered:-

Screenshot 2022-09-05 at 10 07 20 PM

The code logic for this event is already working correctly. Just the documentation isn't updated.