I have a platform that I am using at the moment that uses js, css and php files.
What I would like to be able to achieve is to force the device to reload just specific Javascript files.
If I make a change to a js file on the server I don't wish to reboot the device just to load the javascript change.
for example if in a function in one of these pages I have an alert('1');
and I wish to change this to alert('2');
I don't want to have to reload the whole device
I have tried a few javascript update scripts that add the file into the head element with a tag of the current timestamp. this doesnt seem to work, I think it downloads the file yet still continues to us the old one.
I am sorry if this is really vague. Please ask any questions and I will try and answer them