Skip to content
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

Make sync scripts faster #16

Open
4 tasks
iandunn opened this issue Mar 23, 2022 · 0 comments
Open
4 tasks

Make sync scripts faster #16

iandunn opened this issue Mar 23, 2022 · 0 comments
Labels
devex affects developer experience enhancement New feature or request
Milestone

Comments

@iandunn
Copy link
Member

iandunn commented Mar 23, 2022

Here's a few ideas.

  • clone build branch so that npm i etc doesn't have to run locally
  • Only npm install / build if CSS/JS files changed
  • Skip composer install when not needed for build scripts
  • Reuse & clean existing git/svn clones instead of re-cloning

npm install and composer install are probably where we'll see the most impact

xref #15

@iandunn iandunn added the enhancement New feature or request label Mar 23, 2022
@iandunn iandunn added this to the 2nd repo milestone Mar 23, 2022
@iandunn iandunn added the devex affects developer experience label Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devex affects developer experience enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant