-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
129 changed files
with
744 additions
and
17,958 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
audit=false | ||
script-shell=bash |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
}) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.