My dev processes involves running through a Grunt build before all the files are ready to get uploaded. The Grunt build creates (and modifies) the same files more than once in quick succession. It would be great to have the sync process debounce it's upload, to wait for Grunt to finish it's stuff.
My dev processes involves running through a Grunt build before all the files are ready to get uploaded. The Grunt build creates (and modifies) the same files more than once in quick succession. It would be great to have the sync process debounce it's upload, to wait for Grunt to finish it's stuff.