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

Fix dist sync during local dev #29138

Closed
wants to merge 3 commits into from
Closed

Fix dist sync during local dev #29138

wants to merge 3 commits into from

Commits on Jul 26, 2019

  1. Fix dist sync during local dev

    This updates the css-copy and js-copy tasks to first remove their respective directories, create them again, and then recursively copy over subdirectories and files. This is the only way I've been able to fix the syncing issues I've faced on macOS that don't appear on Windows. Could be a bug in how we cross-env-shell/shx works here?
    mdo committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    1e9b709 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    3a91746 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    a190dab View commit details
    Browse the repository at this point in the history