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
Currently we need LiveReload browser plugin to enable live reload for our application. All liveReload Plugin does is add the livereload.js served by the yeoman/grunt live reload server in the page.
We should be able to do this in the play before serving the html.
The text was updated successfully, but these errors were encountered:
In dev mode we can append the livereload script to the html served.
In case of single page web app this will mean just attaching it to the index page. What do we do with multipage application? Do we attach it to all html served?
Can we differentiate between HTML pages and XHR HTML fragments?
Currently we need LiveReload browser plugin to enable live reload for our application. All liveReload Plugin does is add the livereload.js served by the yeoman/grunt live reload server in the page.
We should be able to do this in the play before serving the html.
The text was updated successfully, but these errors were encountered: