Closed ngotchac closed 7 years ago
Closes #19
Waiting for https://github.com/ethcore/parity/pull/4426 to get merged.
A embed.json file is created from the UI build, with the assets embed.xxx.js is dependant on. Here, we fetch those assets, and replace the URL with the one of the fetched assets.
embed.json
embed.xxx.js
Fallback to old version : get the scripts and files from the HTML file if the embed.json file is not available.
Closes #19
Waiting for https://github.com/ethcore/parity/pull/4426 to get merged.
A
embed.json
file is created from the UI build, with the assetsembed.xxx.js
is dependant on. Here, we fetch those assets, and replace the URL with the one of the fetched assets.