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
shopt -s dotglob allows * to match hidden files. Without this, hidden files won't get copied when merging.
shopt -s dotglob
*
shopt appears to be a builtin for sh on mac but not for sh on linux.
shopt
sh
Some options:
#!/bin/bash
create-snowpack-app
The text was updated successfully, but these errors were encountered:
got around the need for shopt
Sorry, something went wrong.
No branches or pull requests
shopt -s dotglob
allows*
to match hidden files. Without this, hidden files won't get copied when merging.shopt
appears to be a builtin forsh
on mac but not forsh
on linux.Some options:
#!/bin/bash
create-snowpack-app
The text was updated successfully, but these errors were encountered: