CoastalResilienceNetwork / GeositeFramework

Mapping Framework powering TNC Coastal Resilience programs
http://maps.coastalresilience.org/network/
GNU General Public License v3.0
13 stars 10 forks source link

Allow site to load when plugin fails due to missing JS file #1140

Open caseycesari opened 5 years ago

caseycesari commented 5 years ago

From https://github.com/CoastalResilienceNetwork/geosite-framework-build/pull/38#issuecomment-429908376

The site complete fails to load if a single js file can't be loaded from a single plugin. We put in some work previously to sandbox a single plugin failure so it wouldn't bring down the site, but it doesn't appear we handled this "missing" js file case. We should probably have an issue to fix it as I'm sure files will be occasionally forgotten or renamed, etc.

Follow-up to https://github.com/CoastalResilienceNetwork/GeositeFramework/pull/673