groupedsi

Results 4 comments of groupedsi

Hi, I have the same problem with files being loaded multiple times. I'm using the latest (3.5.4). Setup: html file ```javascript loadjs("main.js", 'main'); ``` main.js ```javascript console.log("main - loaded"); loadjs("test2.js");...

Thanks for the quick response. I know about both calls being the same, I was just trimming down my example and since they are the same I didn't bother to...

Thanks a lot! I'll keep an eye out for your new library and in the mean time I'll use the ```require``` function.

Oh and by the way I realize this may not be possible for whatever reasons but an alternative would be to forget about the .well-known folder (which you can't even...