Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Update macro paths to newest GOV.UK frontend #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

quis
Copy link
Member

@quis quis commented Nov 14, 2019

If you try to run this prototype now it doesn’t work, because the version of GOV.UK Frontend that you get if running

npm install govuk-frontend@^3.0.0

introduces a breaking change1 that came with version 3.0.0 of GOV.UK Frontend.

This repo was using a pre-release version of 3.0.0 in order to get the new focus styles. However when it was updated to 3.0.0 stable it wasn’t also updated2 to respect the folder structure changes that came with 3.0.0.

This pull request updates the paths to point to the right place.


  1. Namespace nunjucks and components govuk-frontend#1458
  2. 22d7f9c

If you try to run this prototype now it doesn’t work, because the
version of GOV.UK Frontend that you get if running
```shell
npm install govuk-frontend@^3.0.0
```

introduces a breaking change[1] that came with version 3.0.0 of GOV.UK
Frontend.

This repo was using a pre-release version of 3.0.0 in order to get
the new focus styles. However when it was updated to 3.0.0 stable it
wasn’t also updated[2] to respect the folder structure changes that came
with 3.0.0.

This commit updates the paths to the macros to point to the right place.

1. alphagov/govuk-frontend#1458
2. alphagov@22d7f9c
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant