Brackets Live preview and scripts

Hello, I’m starting out in Three.js aiming for WebVR deployment goals. I’d love to streamline productivity so I’ve switched to using Brackets for its Live preview functionality, the only problem is that I can’t seem to get it to get Threes WebGL graphics to update when changes are made. I can edit html code and it will update but if I attempt to change my scripts, no changes update.

Does the live preview not work on javascript?

This is not a three.js problem, but a problem with Brackets. Maybe you could try one of these solutions: https://github.com/adobe/brackets/wiki/Troubleshooting#livedev If that doesn’t solve your problem, maybe you also look for suggestions in their issues section.