-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Pass --watch to gatsby develop #97
Comments
As discussed on Discord, this is a known limitation of Gatsby. Whenever the issue is fixed, new routes will be hot reloaded along with everything else. |
I looked at it and I can't find any way to get notified whenever hot reload is applied, but if you could, you could fix this by running createRoutes again. |
I think this issue was close a bit too fast, since there is no other issue about the problem. If not I can't find it. Here is an example on how it can be done: |
Feature: Header PropTypes
Just like you can do with
jekyll serve -w
you should be able to with Gatsby, so you don't have to restart gatsby by yourself when you create new routes.The text was updated successfully, but these errors were encountered: