After famous create testproject cd/testproject and famous dev the famous seed project loads as expected but no changes in src/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.
After
famous create testprojectcd/testprojectandfamous devthe famous seed project loads as expected but no changes insrc/index.jsare 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.