grunt-fswatch-webdav

Check the gruntfile in this repo for example config ( around line 32)

Usage no npm install needed!

<script type="module">
  import gruntFswatchWebdav from 'https://cdn.skypack.dev/grunt-fswatch-webdav';
</script>

README

grunt-fswatch-webdav

Check the gruntfile in this repo for example config ( around line 32)

Usage

fswatch_webdav: {
  default: {
    options: {
        localPath: DEFAULTS TO CWD //
      , password:  'PUT YOUR PASSWORD HERE'
      , userName: 'PUT YOUR USERNAME HERE'
      , host: 'PUT YOUR HOST HERE'
      , livereload_files: ['Put files you want to livereload here, ie main.css' ],
      ignore_files: ['put files you don't want to send here'],
      ignore_remotes: ['strings put here will prevent matching remotes from being used']
    }
  }
},

Release History

(Nothing yet)