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

watch files #2

Open
westn opened this issue Aug 6, 2015 · 2 comments
Open

watch files #2

westn opened this issue Aug 6, 2015 · 2 comments

Comments

@westn
Copy link

westn commented Aug 6, 2015

It would be nice to have a watcher on the files, so it automatically recompiles the code when you save a file. I've been trying to make it work without much success today, but perhaps there is some solution. Since it should work with webpack.

@hew
Copy link
Owner

hew commented Aug 6, 2015

Thanks! I appreciate the effort.

I would suggest looking into Gatsby, which could maybe be a more coherent solution to React static site generation than what me and Brent have managed. It definitely has hotloading, which is nice.

@hew
Copy link
Owner

hew commented Jan 21, 2016

Actually I was wrong, as I was playing around with my site today. The Webpack setup will recompile on changes; it just doesn't have hot-loading (where you don't have to reload the browser). Can you confirm that there is recompilation happening? Because there should be.

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

No branches or pull requests

2 participants