You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ Livereload's listener host/port, these options get passed to ::Rack::LiveReload
33
33
34
34
Whether live reload should attempt to reload javascript / css 'in-place', without complete reload of the page. Both default to `true`.
35
35
36
+
: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.
37
+
36
38
#### `:no_swf`
37
39
38
40
Disable Flash polyfil for browsers that support native WebSockets.
0 commit comments