2.0.4 • Published 8 years ago

grunt-fswatch-webdav v2.0.4

Weekly downloads
18
License
-
Repository
-
Last release
8 years ago

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)