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

Static site clean-up #1147

Closed caseycesari closed 5 years ago

caseycesari commented 5 years ago

Overview

Removes C# components and moves the src folder up a directory to make things a bit cleaner.

Connects #1100

Notes

After this is merged, we'll have to keep track of changes that are made on develop that need to be manually migrated to this branch. This is because of the moving of the src folder, which prevents us from rebasing on develop.

Testing Instructions

mmcfarland commented 5 years ago

Consider including renaming files cshtml -> html, and ensuring they don't have C# or Razor code in them as part of this clean up.

caseycesari commented 5 years ago

Consider including renaming files cshtml -> html

The only .cshtml files left are the HTML partials. Changing the extensions would also require that region admins to update the extension of their partials. I wanted to avoid requiring any changes to convert to the static site, so I avoided doing that. That's also the reason why I left the partials in Views/Shared.

and ensuring they don't have C# or Razor code in them as part of this clean up.

All razor code has been removed!

caseycesari commented 5 years ago

For the purposes of making testing easier, #1097 has been addressed in b03ca1a as part of this PR.

Actually going to make this a separate PR.

caseycesari commented 5 years ago

Thanks!