Loads a local JavaScript file to your app to make its functionality available in your app.
app.Script(
file,
noDefer=false )
By default it is loaded just before OnStart is being called unless you set
This is to ensure errors are highlighted correctly in external source files.
See Also: LoadScript