-
Notifications
You must be signed in to change notification settings - Fork 484
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
Miscellaneous Features #48
Conversation
Conflicts: README.md index.js live-server.js
This change allows to test in several browsers simultaneously. Please, consider applying.
…t-mode Conflicts: README.md index.js live-server.js
…into feature-miscellaneous Conflicts: README.md index.js live-server.js
Conflicts: index.js
…re-miscellaneous Conflicts: live-server.js
Thanks! In principal, separate PRs for features are preferred, as then I can think about, ask for improvements, merge or decline them separately. However, I understand that I've been a bit lazy with the existing PRs and it's convenient to improve other people's PRs in one place instead of creating many "duplicate" PRs. I'll try to be faster with feedback on issues/PRs, so that stuff gets merged faster and can be improved upon in new, separate PRs. |
Consolidating my multiple feature PRs into one. Looking forward to your feedback!
--entry-file
flag, useful for single page app dev (Add --entry-point #28 by @izeau, with flag name change)--wait
flag, to wait for all changes before reloading (Adds timeout parameter to delay the reload event when files change #32 by @leolower, with changes)setTimeout
andclearTimeout
in this way has negative performance impacts. (See this excellent post on the subject.) I debated including thelodash.debounce
module, but IMO, we're fine here without it.--ignore
flag (Add --ignore option #42 by @richardgoater, with changes)