mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 06:03:12 -04:00
Move back-link component from GOVUK Frontend
`node_modules` isn't included on live so all macros need copying across into the repo' code. This adds the back-link component to the list of macros to be copied across in `gulpfile.js`. It also adds the files copied across as a result of running the frontend build into the repo'.
This commit is contained in:
@@ -62,7 +62,8 @@ const copy = {
|
|||||||
'template',
|
'template',
|
||||||
'skip-link',
|
'skip-link',
|
||||||
'header',
|
'header',
|
||||||
'footer'
|
'footer',
|
||||||
|
'back-link'
|
||||||
];
|
];
|
||||||
let done = 0;
|
let done = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user