We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update docs/contributing/tasks.md and docs/contributing/coding-standards to remove references to gulp, and bring the descriptions of tasks up to date.
docs/contributing/tasks.md
docs/contributing/coding-standards
gulp
We have made the decision to move away from Gulp and write our own build scripts.
Some of our guidance is already slightly out of sync with our current tasks, and will get more out of sync as we remove gulp from our tooling.
(There's a separate issue of how we prevent this guidance from getting out of sync in the future...)
Developer, Technical Writer
The text was updated successfully, but these errors were encountered:
I'm going to close this as we've picked up documentation on the individual build task issues
Some named Gulp tasks do remain for developer convenience but they're limited to:
npx gulp build:package npx gulp build:dist npx gulp screenshots
npx --workspace app -- gulp build npx --workspace app -- gulp dev npx --workspace app -- gulp scripts npx --workspace app -- gulp styles
They're only documented when not called by an npm script
For example npm run build:package calls gulp build:package
npm run build:package
gulp build:package
Sorry, something went wrong.
No branches or pull requests
What
Update
docs/contributing/tasks.md
anddocs/contributing/coding-standards
to remove references togulp
, and bring the descriptions of tasks up to date.Why
We have made the decision to move away from Gulp and write our own build scripts.
Some of our guidance is already slightly out of sync with our current tasks, and will get more out of sync as we remove gulp from our tooling.
(There's a separate issue of how we prevent this guidance from getting out of sync in the future...)
Who needs to work on this
Developer, Technical Writer
Who needs to review this
Developer, Technical Writer
Done when
docs/contributing/tasks.md
We've removed any references to gulp in the documentationThe text was updated successfully, but these errors were encountered: