molgenis / molgenis-frontend

Frontend code for MOLGENIS
GNU Lesser General Public License v3.0
6 stars 12 forks source link

make molgenis theme from unpkg zelf reliant #627

Open jelmerveen opened 3 years ago

jelmerveen commented 3 years ago

How to Reproduce

use the following url in a custom theme as bootstrap 3 theme

https://www.unpkg.com/@molgenis-ui/molgenis-theme@2.1.1/dist/themes/mg-bbmri-eric-3.css

Expected behavior

In old data explorer the icons-rtl.gif is found

Observed behavior

It's not found

reason:

nginx will split the request if not prefixed with https://www.unpkg.com and grabs the gif from molgenis itself.