grunt-sync
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...
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...
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...