Skip to content

Commit

Permalink
Upgrade to govukuk-frontend 5.3.1 (#186)
Browse files Browse the repository at this point in the history
* use 5.1.0 govuk frontend, add static_url_path to direct calls to assets to static
* bump flask
  • Loading branch information
tamsinforbes committed May 22, 2024
1 parent 59b17ee commit dcfac8d
Show file tree
Hide file tree
Showing 28 changed files with 67 additions and 11,655 deletions.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def create_app(

logger.info("Starting app...")

app = Flask(__name__)
app = Flask(__name__, static_folder="static", static_url_path="/assets")

app.secret_key = app_config.flask.app_secret_key

Expand Down
2 changes: 1 addition & 1 deletion app/static/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.0
5.1.0
Empty file modified app/static/fonts/bold-affa96571d-v2.woff
100644 → 100755
Empty file.
Empty file modified app/static/fonts/bold-b542beb274-v2.woff2
100644 → 100755
Empty file.
Empty file modified app/static/fonts/light-94a07e06a1-v2.woff2
100644 → 100755
Empty file.
Empty file modified app/static/fonts/light-f591b13f7d-v2.woff
100644 → 100755
Empty file.
Binary file modified app/static/images/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions app/static/images/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/static/images/govuk-apple-touch-icon-152x152.png
Binary file not shown.
Binary file removed app/static/images/govuk-apple-touch-icon-167x167.png
Binary file not shown.
Binary file removed app/static/images/govuk-apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed app/static/images/govuk-apple-touch-icon.png
Binary file not shown.
Binary file added app/static/images/govuk-icon-180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/static/images/govuk-icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/static/images/govuk-icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/static/images/govuk-icon-mask.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/static/images/govuk-logotype-crown.png
Binary file not shown.
7 changes: 0 additions & 7 deletions app/static/images/govuk-mask-icon.svg

This file was deleted.

Binary file modified app/static/images/govuk-opengraph-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit dcfac8d

Please sign in to comment.