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

Rolling reload only watches requested modules #5

Open
amark opened this issue Nov 20, 2012 · 0 comments
Open

Rolling reload only watches requested modules #5

amark opened this issue Nov 20, 2012 · 0 comments
Labels

Comments

@amark
Copy link
Owner

amark commented Nov 20, 2012

A module gets added to the watch list when it is requested by the browser and if it is a correctly configured module.

This means files which are required internally won't get reloaded automatically. The whole point of having everything modularized is to allow only updating the one particular file/module without having to touch anything else and it all still working magically and in parallel / distributed. This is a really bad inconvenience.

This means files that aren't properly modularizable won't be watched either. IDK if this is bad.

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

No branches or pull requests

1 participant