README.md in middleman-livereload-3.4.2 vs README.md in middleman-livereload-3.4.3
- old
+ new
@@ -20,11 +20,11 @@
```
The extension supports a number of options that can be given to the `activate` statement. Eg:
```
-activate :livereload, :apply_js_live => false
+activate :livereload, apply_js_live: false
```
#### `:host` and `:port`
Livereload's listener host/port, these options get passed to ::Rack::LiveReload middleware. Defaults:`'0.0.0.0'` and `'35729'`.
@@ -36,9 +36,13 @@
:warning: It does *not* work with `@import`'ed CSS files or `require`'d JS files (because of LiveReload not providing enough information regarding dependencies). On those kind of files, a full page reload will be triggered.
#### `:no_swf`
Disable Flash polyfil for browsers that support native WebSockets.
+
+#### `:ignore`
+
+Array of patterns for paths that must be ignored. These files will not be injected with the LiveReload script.
## 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]