Not see hosted assets on stream

@BarryCarlyon
yes, in html I have:

<script src="./config.js"></script> 
<button onclick='handler()'>Test</button>

and in config.js:

function handler(){
twitch.rig.log(‘test’);
}