Skip to content

Commit

Permalink
Run govuk-prototype-kit migration
Browse files Browse the repository at this point in the history
This is the result of running `npx govuk-prototype-kit@latest migrate`.
This required a bit of preparation (see the previous commit), which
undid some of our customisations, and the migration itself removes some
of our customisation and Heroku config. This will be brought back in the
proceeding commit
  • Loading branch information
yndajas committed Nov 6, 2024
1 parent a5470f7 commit aee61ac
Show file tree
Hide file tree
Showing 129 changed files with 744 additions and 17,958 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
audit=false
script-shell=bash
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

1 change: 0 additions & 1 deletion VERSION.txt

This file was deleted.

Binary file removed app/assets/images/separator-2x.png
Binary file not shown.
Binary file removed app/assets/images/separator.png
Binary file not shown.
Binary file removed app/assets/images/unbranded.ico
Binary file not shown.
14 changes: 6 additions & 8 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/* global $ */
//
// For guidance on how to add JavaScript see:
// https://prototype-kit.service.gov.uk/docs/adding-css-javascript-and-images
//

// Warn about using the kit in production
if (window.console && window.console.info) {
window.console.info('GOV.UK Prototype Kit - do not use for production')
}

$(document).ready(function () {
window.GOVUKFrontend.initAll()
window.GOVUKPrototypeKit.documentReady(() => {
// Add JavaScript here
})
26 changes: 0 additions & 26 deletions app/assets/javascripts/auto-store-data.js

This file was deleted.

Loading

0 comments on commit aee61ac

Please sign in to comment.