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 copy of built pages work on MacOS #169

Merged
merged 1 commit into from
Jul 23, 2022

Conversation

euphemism
Copy link

Discussed in #166, the existing command cp assets/ out -r doesn't work correctly on MacOS.

I changed it to cp -R assets out and the build artifacts are correctly copied to the out directory.

I found a random Linux REPL online and made some dummy directories+files and used the same command and it seemed to work as expected. @JohnTitor also mentioned in #166 that they tested this on Linux and it worked.

@weiznich
Copy link
Collaborator

Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants