README.md in middleman-livereload-3.4.6 vs README.md in middleman-livereload-3.4.7

- old
+ new

@@ -45,30 +45,36 @@ #### `:ignore` Array of patterns for paths that must be ignored. These files will not be injected with the LiveReload script. +`String#match` is used for ignoring, so you can use any valid Ruby regular expression in this array. + #### `:livereload_css_target` CSS file to reload when detecting @imported partial was modified. Default `stylesheets/all.css`). To opt out set `livereload_css_target: nil`. #### `:livereload_css_pattern` Regexp matching filenames that should trigger reload of :livereload_css_target when changed. Default: `Regexp.new('_.*\.css')`. +#### `:wss_certificate` and `:wss_private_key` +Support secure sockets (WSS) by passing TLS certificate & private key, for +example if you're using `middleman server --https` in development. + ## Build & Dependency Status [![Gem Version](https://badge.fury.io/rb/middleman-livereload.png)][gem] [![Build Status](https://travis-ci.org/middleman/middleman-livereload.png)][travis] [![Dependency Status](https://gemnasium.com/middleman/middleman-livereload.png?travis)][gemnasium] [![Code Quality](https://codeclimate.com/github/middleman/middleman-livereload.png)][codeclimate] ## Community -The official community forum is available at: http://forum.middlemanapp.com +The official community forum is available at: https://forum.middlemanapp.com ## Bug Reports Github Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems: https://github.com/middleman/middleman-livereload/issues @@ -87,11 +93,11 @@ ## License Copyright (c) 2010-2013 Thomas Reynolds. MIT Licensed, see [LICENSE] for details. -[middleman]: http://middlemanapp.com +[middleman]: https://middlemanapp.com [gem]: https://rubygems.org/gems/middleman-livereload -[travis]: http://travis-ci.org/middleman/middleman-livereload +[travis]: https://travis-ci.org/middleman/middleman-livereload [gemnasium]: https://gemnasium.com/middleman/middleman-livereload [codeclimate]: https://codeclimate.com/github/middleman/middleman-livereload [LICENSE]: https://github.com/middleman/middleman-livereload/blob/master/LICENSE.md