You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
The way the assets from assets-frontend are being brought into the prototype need some thought. Currently a folder /hmrc_modules folder is being populated with the work found in /node_modules/assets-frontend/assets.
The following folders are being brought in to /hmrc_modules due to their coupling with /node_modules/assets-frontend/assets/scss:
We either need to have a look at using /node_modules/assets-frontend/assets/dist or wait until the scss work is not coupled with the dependancy folders.
hmrc_modules folder creation
The way the assets from
assets-frontendare being brought into the prototype need some thought. Currently a folder/hmrc_modulesfolder is being populated with the work found in/node_modules/assets-frontend/assets.The following folders are being brought in to
/hmrc_modulesdue to their coupling with/node_modules/assets-frontend/assets/scss:/node_modules/assets-frontend/assets/govuk_elements/node_modules/assets-frontend/assets/govuk_frontend_static/node_modules/assets-frontend/assets/govuk_frontend_toolkitThis is to include the Sass files.
We either need to have a look at using
/node_modules/assets-frontend/assets/distor wait until thescsswork is not coupled with the dependancy folders.