-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor file copying tasks to remove Gulp #2711
Labels
Comments
domoscargin
added
awaiting triage
Needs triaging by team
🕔 days
tooling
and removed
awaiting triage
Needs triaging by team
labels
Jul 20, 2022
colinrotherham
moved this from Backlog 🗄
to In progress 📝
in GOV.UK Design System cycle board
Mar 9, 2023
colinrotherham
moved this from In progress 📝
to Needs review 🔍
in GOV.UK Design System cycle board
Mar 31, 2023
domoscargin
moved this from Needs review 🔍
to Done 🏁
in GOV.UK Design System cycle board
Apr 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
Update
tasks/gulp/copy-to-destination.js
to replace Gulp with our own file copying script. There are currently two tasks in this file, one for copying source files to a destination, and one for copying the ESM source files to a destination.Why
We have made the decision to move away from Gulp and write our own build scripts.
Who needs to work on this
Developers
Who needs to review this
Developers
Done when
heroku
andtest
npm scripts no longer rely ontaskArguments.destination
taskArguments.destination
The text was updated successfully, but these errors were encountered: