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

Adds automatic reload on file change #5

Merged
merged 1 commit into from Feb 14, 2015
Merged

Adds automatic reload on file change #5

merged 1 commit into from Feb 14, 2015

Conversation

maxkueng
Copy link
Collaborator

This change reloads the content when the file changes using chokidar.

Notice usePolling: true. This is because chokidar would stop noticing changes after 2 times when editing the file with Vim. usePolling seems to have fixed it. I don't know why though.

@yoshuawuyts
Copy link
Owner

@maxkueng there's currently a merge conflict on this patch, but I'm adding you as a collaborator on GH and NPM so you can merge it in yourself. Thanks a lot for the patches! 🎉

@maxkueng
Copy link
Collaborator Author

Wow! Thanks for the trust. I'll merge it later today. Should I just publish it as 1.1.0 when it's done?

@yoshuawuyts
Copy link
Owner

@maxkueng Yeah, 1.1.0 would be correct ^^

@maxkueng maxkueng merged commit 3b0cba5 into yoshuawuyts:master Feb 14, 2015
@maxkueng
Copy link
Collaborator Author

Published in version 1.1.0

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

Successfully merging this pull request may close these issues.

None yet

2 participants