process-analytics / icpm-demo-2022

The demo presented at ICPM 2022
https://process-analytics.github.io/icpm-demo-2022/
Apache License 2.0
3 stars 1 forks source link

[BUG] The demo doesn't work offline as it loads Spectre CSS assets from CDN #38

Closed tbouffard closed 2 years ago

tbouffard commented 2 years ago

We should support a full offline mode to show the demo at the ICPM conference: we don't want to depend on Wifi availability.

The spectre css assets are loaded from unpkg.com, see https://github.com/assynour/icpm-demo-2022/blob/0a6420c768c35b585993049dc50528c2f1b69a34/index.html#L7-L8

We could get the assets from npm and correctly package them into the application.