-
Notifications
You must be signed in to change notification settings - Fork 20
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
Live browser reloads? #9
Comments
The changes should be refelcted, but we do not have live reload enable. We'll be digging into this, |
@JeremySaks Are you still seeing this issue? We've decided against enabling live reload by default, it might be a future flagged option, but for now there's a watch task which should be working. |
@wgester I'm still seeing the issue. I updated to 0.2.10 and added a fresh starter project with |
Have you turned off caching in the browser?
|
I have not. Is that something I ought to be doing? I don't see an entry for localhost:1618 in chrome://appcache-internals/ |
In the developer tools you will want to click the gear in the top left If you have trouble I'll follow up with a photo when I'm by my computer
|
It doesn't appear to have helped. I've checked off 'Disable cache' but updates are not being picked up. |
and you are manually hitting refresh? there is no live reload |
Yes, just hitting the browser refresh button. As well as closing and opening new tabs. |
are you seeing anything in your terminal when you change the files? |
Yes, it's doing get requests with each reload. I'm happy to set up a screen share as well if you think it will be of any help to you. |
you should see output from watchify every time you save a file
|
That I don't see. |
that is definitely odd... can you try |
Wait, is there possibly an extended lag between changes to the source files and updates? I am now getting some very anomalous behavior. I added a ^^ ok trying the rm from your last message. |
The update take a sub second to be picked up� bit it isn�t immediate |
|
What OS are you using? |
OS X Yosemite v10.10.3 |
After
famous create testproject
cd/testproject
andfamous dev
the famous seed project loads as expected but no changes insrc/index.js
are live reloaded to the browser. In fact they are not reloaded after reloading the browser page. I can comment out the whole file without changes picked up.The changes are only picked up once I shut down the server and restart with
famous dev
.Am I missing something obvious here? I'm on OS X Yosemite and Chrome (also checked Firefox). No errors in the console.
The text was updated successfully, but these errors were encountered: