v0.8 of the Wagatil NHS UK frontend was working fine locally but failing tests due to wagtailnhsukfrontend/js/nhsuk-5.0.0.min.js not existing in the static files; v0.8 moves to v5.1.0 of the JS etc. It looks like later versions change to nhsuk.min.js to get around these continuous version bumps, and the CSS already is unversioned.
v0.8 enables parallel use of the new and old block models, so is an essential step along the way to a shiny NHSx website running a recent Wagtail version.
(includes Wagtail pinning, merge that first?)
v0.8 of the Wagatil NHS UK frontend was working fine locally but failing tests due to
wagtailnhsukfrontend/js/nhsuk-5.0.0.min.js
not existing in the static files; v0.8 moves to v5.1.0 of the JS etc. It looks like later versions change tonhsuk.min.js
to get around these continuous version bumps, and the CSS already is unversioned.v0.8 enables parallel use of the new and old block models, so is an essential step along the way to a shiny NHSx website running a recent Wagtail version.
(Don't merge before the reset of master to dev!)