-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPIKE] Run the GOV.UK Prototype Kit locally #4056
Closed
Closed
Conversation
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
colinrotherham
force-pushed
the
govuk-prototype-kit-review
branch
from
August 8, 2023 10:26
bb9d047
to
ea9db48
Compare
Still seeing the following in the browser development console: [Error] Failed to load resource: too many HTTP redirects (http://localhost:3000/manage-prototype/dependencies/govuk-frontend/govuk/assets/fonts/bold-b542beb274-v2.woff2, line 0)
[Error] Failed to load resource: too many HTTP redirects (http://localhost:3000/manage-prototype/dependencies/govuk-frontend/govuk/assets/fonts/light-94a07e06a1-v2.woff2, line 0)
[Error] Failed to load resource: too many HTTP redirects (http://localhost:3000/manage-prototype/dependencies/govuk-frontend/govuk/assets/images/govuk-crest-2x.png, line 0)
[Error] Failed to load resource: too many HTTP redirects (http://localhost:3000/manage-prototype/dependencies/govuk-frontend/govuk/assets/fonts/bold-affa96571d-v2.woff, line 0)
[Error] Failed to load resource: too many HTTP redirects (http://localhost:3000/manage-prototype/dependencies/govuk-frontend/govuk/assets/fonts/light-f591b13f7d-v2.woff, line 0) This is with cherry picked commit 89166c9 from @romaricpascal |
This was referenced Aug 8, 2023
colinrotherham
force-pushed
the
govuk-prototype-kit-review
branch
from
August 8, 2023 15:24
ea9db48
to
f84d47b
Compare
colinrotherham
force-pushed
the
govuk-prototype-kit-review
branch
from
August 14, 2023 14:17
f84d47b
to
b60cc33
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-pr-4056
August 14, 2023 14:17
Inactive
colinrotherham
force-pushed
the
govuk-prototype-kit-review
branch
from
August 15, 2023 14:49
b60cc33
to
4948624
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-pr-4056
August 15, 2023 14:49
Inactive
Possibly a missed asset path on the |
colinrotherham
force-pushed
the
govuk-prototype-kit-review
branch
from
August 18, 2023 11:37
4948624
to
4ef6111
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-pr-4056
August 18, 2023 11:37
Inactive
colinrotherham
force-pushed
the
govuk-prototype-kit-review
branch
from
August 18, 2023 13:23
4ef6111
to
5275522
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-pr-4056
August 18, 2023 13:24
Inactive
colinrotherham
force-pushed
the
govuk-prototype-kit-review
branch
from
August 18, 2023 13:42
5275522
to
dde269f
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-pr-4056
August 18, 2023 13:43
Inactive
colinrotherham
force-pushed
the
govuk-prototype-kit-review
branch
from
August 21, 2023 08:44
dde269f
to
57220d8
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-pr-4056
August 21, 2023 08:44
Inactive
colinrotherham
force-pushed
the
govuk-prototype-kit-review
branch
from
August 22, 2023 09:07
57220d8
to
e3c4269
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-pr-4056
August 22, 2023 09:07
Inactive
colinrotherham
force-pushed
the
govuk-prototype-kit-review
branch
from
August 31, 2023 13:57
e3c4269
to
bfc9c7e
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-pr-4056
August 31, 2023 13:58
Inactive
📋 StatsFile sizes
Modules
View stats and visualisations on the review app Action run for 5628cf4 |
colinrotherham
force-pushed
the
govuk-prototype-kit-review
branch
from
September 5, 2023 12:10
bfc9c7e
to
788bdaf
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-pr-4056
September 5, 2023 12:10
Inactive
colinrotherham
force-pushed
the
govuk-prototype-kit-review
branch
from
September 22, 2023 13:16
788bdaf
to
968f16b
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-pr-4056
September 22, 2023 13:16
Inactive
colinrotherham
force-pushed
the
govuk-prototype-kit-review
branch
from
September 27, 2023 10:10
968f16b
to
4e0077a
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-pr-4056
September 27, 2023 10:11
Inactive
colinrotherham
force-pushed
the
govuk-prototype-kit-review
branch
from
September 29, 2023 13:13
4e0077a
to
5628cf4
Compare
govuk-design-system-ci
temporarily deployed
to
govuk-frontend-pr-4056
September 29, 2023 13:13
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR creates and installs an instance of GOV.UK Prototype Kit locally as part of #3759
After install, we use
npm link
to replace GOV.UK Frontend with ./packages/govuk-frontendI'd like to spike using Percy to:
This spots issues like missing fonts, assets etc