grunt-sync icon indicating copy to clipboard operation
grunt-sync copied to clipboard

[Not actively developed] Grunt.js task providing one-way synchronization of directories. Instead of copying all files only those that has been changed are copied which actually results in much faster...

Results 5 grunt-sync issues
Sort by recently updated
recently updated
newest added

I have the following configuration `ignoreInDest: ["**/scripts/*"]` It works perfectly when I run in OSX. It ignore the folder, and files in inside that folder. However in Windows I get...

I've had to write my own cut-down sync because it's a strange project, but the biggest change is handling the rename function as some paths get extended in it (ie,...

grunt-contrib-jshint plugin already has such integration and it's integration is easy to be added. Here is an example that could be used as sample for grunt-sync: ``` javascript // On...

Is it possible to sync directories to do deletions only and not copy?

enhancement

Hello, just updated to v0.2.0 because I'm really looking forward to the destination file deletion, but so far it is not working for me. I'm wondering if it has something...