Skip to content

Commit dbb59dd

Browse files
Merge pull request #423 from alphagov/fix-govuk-frontend-assets
2 parents e56addf + 6f59e34 commit dbb59dd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased
22

3+
### Fixes
4+
5+
- [Fix copy of manifest.json into build](https://github.com/alphagov/tech-docs-gem/pull/423)
6+
37
## 5.0.1
48

59
### Fixes

govuk_tech_docs.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
files_in_git = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2626

2727
# Include assets from GOV.UK Frontend library in the distributed gem
28-
govuk_frontend_assets = Dir["node_modules/govuk-frontend/**/*.{scss,js,mjs,woff,woff2,png,svg,ico}", "node_modules/govuk-frontend/dist/govuk/assets/manifest.json"]
28+
govuk_frontend_assets = Dir["node_modules/govuk-frontend/**/*.{scss,js,mjs,woff,woff2,png,svg,ico}", "node_modules/govuk-frontend/dist/govuk/assets/**/*.json"]
2929

3030
spec.files = files_in_git + govuk_frontend_assets
3131

0 commit comments

Comments
 (0)