vessel 0.2.5 immediately downloads code from cloudflare cdnjs to execute on run
Closed this issue · 3 comments
sneak commented
aaroncox commented
Line 6 in 11a5996
Initially I had issues getting the semantic-ui CSS builder to integrate into the electron application, so I included the CSS from CDN-JS with the SHA integrity check. I need to revisit this again, and if I can't get semantic-ui's built in generator to work, I'll just manually bundle the CSS within the application so the external request is no longer required.
I'll plan to have this in 0.2.6.
aaroncox commented
To follow up - I couldn't get the builder to function properly, so I've taken a prebuilt version of semantic-ui, modified it, and injected it directly into the app in ae4ad01. This removes the only external dependency request.
aaroncox commented
0.2.6
released with the code above, thanks again sneak!