galaxyproject / training-material

A collection of Galaxy-related training material
https://training.galaxyproject.org
MIT License
294 stars 842 forks source link

Fix js loading in dev environments #4899

Closed hexylena closed 2 weeks ago

hexylena commented 3 weeks ago

This cherry-picks a commit from #4896 which moved some more bundling functionality to prod-only, But still in dev environments we need the JS loading properly. Which means bundling, or, synchronous loading. So we opt for that.

Fixes https://github.com/galaxyproject/training-material/issues/4897