Order of script execution

I took the Git library and after modifying it a bit, I put it in LIBRARY.md file. Part of the modification is to do some lookup using config.get function. I have also set the corresponding entry using config.set in CONFIG.md file. However, when I reload the system, the config.get returns nil, meaning that LIBRARY.md is getting executed before CONFIG.md. How do I force the opposite? Or is cross-page dependency not supported?

1 Like