Does compiling include included scripts?

Anyone, especially newbies, asking for help with Photoshop Scripting and Photoshop Automation - as opposed to those contributing to discussion about an aspect of Photoshop Scripting

Moderators: Tom, Kukurykus

Lost Plot

Does compiling include included scripts?

Post by Lost Plot »

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.