Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on LiveReload browser plugin #3

Open
milliondreams opened this issue May 20, 2013 · 1 comment
Open

Remove dependency on LiveReload browser plugin #3

milliondreams opened this issue May 20, 2013 · 1 comment
Milestone

Comments

@milliondreams
Copy link
Member

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.

@milliondreams
Copy link
Member Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant