+1 vote
in JavaScript by
The Watch Task in Grunt Js

1 Answer

0 votes
by

Watch Task acts as monitor and keeps monitoring for any change to happen to any of the listed files under focus. And upon any change to any one of the files, it will trigger an event to accomplish necessary actions as mentioned.

Installing the Watch plug-in could be achieved through the subsequent means

$ npm install grunt-contrib-watch --save-dev

Related questions

0 votes
+1 vote
asked Feb 28, 2020 in JavaScript by miceperry
+1 vote
+1 vote
asked Feb 28, 2020 in JavaScript by miceperry
...