grunt-sync : Task to synchronize two directories. Similar to grunt-copy but updates only files that have been changed.. You can installing grunt-sync npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install grunt-sync $ sudo npm install -g grunt-sync
If want to update the grunt-sync package execute the command as below,
$ sudo npm update grunt-sync
Update package globally,
$ npm install -g grunt-sync
$ sudo git clone https://github.com/rektide/grunt-sync.git
$ sudo npm install -g ./grunt-sync
grunt-sync@0.7.0 /usr/lib/node_modules/grunt-sync
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-sync
| Package Name | grunt-sync |
| Version | 0.7.0 |
| Description | Task to synchronize two directories. Similar to grunt-copy but updates only files that have been changed. |
| Released Date | 2017-09-24T22:01:26.008Z |
| Published by | tomusdrw |
| How to Learn | https://www.npmjs.com/package/grunt-sync/tutorial |