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
I've been figure out how to enable the "livereload" functionality of grunt-reload (no page refreshes for css/image changes), and have so far been unsuccessful.
The Readme states:
...
port: 35729,// LR defaultliveReload: {}...
…is necessary work with the livereload extension. This appears to be true, using the livereload browser extension will trigger a full page refresh, but not trigger the "livereload" capabilities.
Then, in the tests:
liveReloadTest: {// test at any URL with LR extension enabledport: 35729,// LR defaultliveReload: {apply_css_live: true,apply_images_live: true}},
The extra options under liveReload aren't documented, (and seem to have no effect)?
I've been figure out how to enable the "livereload" functionality of grunt-reload (no page refreshes for css/image changes), and have so far been unsuccessful.
The Readme states:
…is necessary work with the livereload extension. This appears to be true, using the livereload browser extension will trigger a full page refresh, but not trigger the "livereload" capabilities.
Then, in the tests:
The extra options under
liveReload
aren't documented, (and seem to have no effect)?All of which leaves me with several questions:
client.js
(actuallyreloadClient.js
). How is it that simply usinglivereload.js
doesn't solve the problem?The text was updated successfully, but these errors were encountered: