From ff53b9f34f9f648111660c97a0da8b1bd097f51b Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Fri, 29 Nov 2019 08:58:14 +0000 Subject: [PATCH] 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'. --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 700d297cb..bd9f27a5d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -62,7 +62,8 @@ const copy = { 'template', 'skip-link', 'header', - 'footer' + 'footer', + 'back-link' ]; let done = 0;