Skip to content

Commit

Permalink
Copy manifest.json into site assets
Browse files Browse the repository at this point in the history
  • Loading branch information
romaricpascal committed Nov 24, 2023
1 parent 14930a2 commit cc93fdf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/metalsmith.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ module.exports = metalsmith
dest: 'assets'
}),

copyAssets('manifest.json', {
cwd: join(dirname(require.resolve('govuk-frontend')), 'assets'),
dest: 'assets'
}),

copyAssets('govuk-frontend.min.css?(.map)', {
cwd: dirname(require.resolve('govuk-frontend')),
dest: 'stylesheets'
Expand Down

0 comments on commit cc93fdf

Please sign in to comment.