Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Default build command ignores all files with "dist" in their path #16

Closed
mikberg opened this issue Aug 19, 2015 · 0 comments
Closed

Default build command ignores all files with "dist" in their path #16

mikberg opened this issue Aug 19, 2015 · 0 comments

Comments

@mikberg
Copy link

mikberg commented Aug 19, 2015

Spent some hours debugging a problem with my build. The problem turned out to be with gulp-vinyl-zip, caused by this package having a folder named "dist". Some of the files in the library were ignored.

sindresorhus added a commit to sindresorhus/electron-boilerplate that referenced this issue Aug 20, 2015
Forgot that `--ignore` is supposed to be a regex. Previously it would match anything containing `dist` at any level, which was pretty bad.

See: sindresorhus/generator-electron#16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant