Skip to content

Commit

Permalink
Merge pull request #311 from digital-land/fix-broken-crest
Browse files Browse the repository at this point in the history
Refactor Makefile to copy GOVUK Frontend assets correctly
  • Loading branch information
cpcundill authored Oct 22, 2024
2 parents 51ae20f + 3191850 commit fb14538
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ frontend:
make govukAssets
rsync -r assets/images static/
cp node_modules/maplibre-gl/dist/maplibre-gl.css static/stylesheets/maplibre-gl.css
cp -r node_modules/govuk-frontend/govuk/assets static/govuk
mkdir -p static/govuk/assets
cp -r node_modules/govuk-frontend/govuk/assets/* static/govuk/assets

frontend-all: clean frontend

Expand Down

0 comments on commit fb14538

Please sign in to comment.