-
How to reload an external Javascript file.
Hey all,
I’m referencing an external .jsx file from my existing .jsx file using #include. It works fine but when I want to update the code in the external .jsx the changes done seem to carry over when I execute a function from that file in my existing .jsx file. Is there a way to re-load the external .jsx file each time the existing .jsx file is run?
Thank,
Ryan