Skip to content

Commit f143f5c

Browse files
committed
Merge pull request #67 from michaelbaudino/master
Add @import'ed and require'd files note to README
2 parents a72f171 + 611d4ba commit f143f5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Livereload's listener host/port, these options get passed to ::Rack::LiveReload
3333

3434
Whether live reload should attempt to reload javascript / css 'in-place', without complete reload of the page. Both default to `true`.
3535

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+
3638
#### `:no_swf`
3739

3840
Disable Flash polyfil for browsers that support native WebSockets.

0 commit comments

Comments
 (0)