Skip to content

client: Add mechanism for loading external resources

Tom JORQUERA requested to merge tjorquera/hublot:issue-11 into master

External libs can now be added into config.js to be loaded on the client side when running the bot.

To this end, the url of the external lib has to be added to the client.externaLibs list prop of the configuration.

fixes #16 (closed)

Merge request reports