Replaces the homepage slider with a Leaflet animation. Instead of pulling 1.6MB of images and additional scripts, this more compact solution triggers the essential AJAX requests and uses them immediately (obv. #70).
Renames 'Public' selector (#78).
Adds boundary data into new file structure (#63).
There's no real templating going on here. Probably won't need to be until school information is added.
SEO is probably not at the top of the priorities list, but particularly once school information is added, we will need to configure Express to mirror the Javascript generated pages at /_escape_fragment_/, where Google will look for them. See this article on using Phantom.js to do the heavy lifting here.
There's no real templating going on here. Probably won't need to be until school information is added.
SEO is probably not at the top of the priorities list, but particularly once school information is added, we will need to configure Express to mirror the Javascript generated pages at
/_escape_fragment_/
, where Google will look for them. See this article on using Phantom.js to do the heavy lifting here.