If I load a JavaScript file with the --script=FILE command, is there any way to guarantee that it'll run before the <script> tags in my HTML document?
For instance, if one of my scripts in the HTML relies on JQuery, and I pass query in with --script, can I be sure it'll run first every time?
For instance, if one of my scripts in the HTML relies on JQuery, and I pass query in with --script, can I be sure it'll run first every time?