jfrancos / crancos

CRA a la Francos
https://www.npmjs.com/package/@jfrancos/crancos
5 stars 0 forks source link

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

Closed jfrancos closed 3 years ago

jfrancos commented 3 years ago

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

got around the need for shopt