Upgrade GOV.UK template to newest version

Changes: https://github.com/alphagov/govuk_template/compare/v0.23.0...v0.24.0

Includes a new way of serving the font files which will:
- save us ~300kb on non-cachd requests
- speed up the parsing of the CSS file
This commit is contained in:
Chris Hill-Scott
2018-04-27 14:12:02 +01:00
parent 4847ee81a4
commit 0b331f3e23
2 changed files with 6 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
"diff-dom": "2.3.1",
"govuk-elements-sass": "3.1.x",
"govuk_frontend_toolkit": "7.2.0",
"govuk_template_jinja": "0.23.0",
"govuk_template_jinja": "0.24.0",
"gulp": "3.9.1",
"gulp-add-src": "1.0.0",
"gulp-babel": "7.0.0",