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

Won't work on Linux due to shopt: not found #14

Closed
jfrancos opened this issue Sep 24, 2021 · 1 comment
Closed

Won't work on Linux due to shopt: not found #14

jfrancos opened this issue Sep 24, 2021 · 1 comment

Comments

@jfrancos
Copy link
Owner

shopt -s dotglob allows * to match hidden files. Without this, hidden files won't get copied when merging.

shopt appears to be a builtin for sh on mac but not for sh on linux.

Some options:

  1. #!/bin/bash
  2. Rewrite in js/ts
  3. Set this up as a template on its own without the need for create-snowpack-app
@jfrancos
Copy link
Owner Author

got around the need for shopt

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

No branches or pull requests

1 participant