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