Suppose I have a script that #includes an external script does exporting to binary incorporate the external script somehow into the main script?
When I convert the main script to jsxbin and then change the external script it still seems to run the external script that was included when compiled, is there any way around this other than having to recompile whenever I change the external script? The script name is the same BTW.
Thanks in advance.