I have heavy project with javascript and everytime i change one file i must refresh page and all file must get again from server and my handlebar render again and …
how i can only change edited file in browser? and not touch other files?
i don’t know, some thing like append new script to page with new rev to make it not cache
<script type="text/javascript" src="/static/js/bjs/framework/manifest.js?rev=1024"></script>
also i use Mercurial, Emacs, Firefox and there is no force for this tools. only i want know this can be happen. i find way to port to my tools
some things like CSS Reloader :: Add-ons for Firefox -> https://addons.mozilla.org/en-US/firefox/addon/css-reloader/ for js and only edited js
ps: its local server but i have about 2mb file and after 10 or 20 time refresh my firefox come near crash
I found somethings helpfull to answer my question
Auto Reload :: Add-ons for Firefox ->
https://addons.mozilla.org/en-US/firefox/addon/auto-reload/?src=search
Browser extensions / General Use / Knowledge Base – LiveReload
Support ->
http://help.livereload.com/kb/general-use/browser-extensions
with this plugin i can find some file changed. so i can run js script after change file and replace js file with new file. i thinks this is best way for developing