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

fix(controller): add entropy to default dir #469

Merged
merged 1 commit into from
Jan 29, 2021
Merged

fix(controller): add entropy to default dir #469

merged 1 commit into from
Jan 29, 2021

Conversation

codymikol
Copy link
Owner

fix(controller): add entropy to default dir

This adds a random number to the end of the
default karma_webpack directory. This will
prevent projects running multiple instances
of karma webpack in parallel from stepping
on one another.

Fixes #465

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

Currently users trying to run multiple instances of karma-webpack will run into issues because the default
project directory is a static temporary directory. To fix this we add some random numbers to the end of the
directory so different builds running in parallel won't step on one another.

Breaking Changes

N/A

Additional Info

N/A

This adds a random number to the end of the
default karma_webpack directory. This will
prevent projects running multiple instances
of karma webpack in parallel from stepping
on one another.

Fixes #465
@codymikol codymikol merged commit ea3dabe into codymikol:next Jan 29, 2021
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

Successfully merging this pull request may close these issues.

1 participant