sgrif / diesel.rs-website

MIT License
32 stars 97 forks source link

Make copy of built pages work on MacOS #169

Closed euphemism closed 2 years ago

euphemism commented 2 years ago

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 commented 2 years ago

Thanks :+1: