Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Filter parameter to watch only a certain (glob) file/directory #141

Open
cawoodm opened this issue Oct 12, 2021 · 0 comments
Open

Filter parameter to watch only a certain (glob) file/directory #141

cawoodm opened this issue Oct 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@cawoodm
Copy link

cawoodm commented Oct 12, 2021

Situation
I often have 2 terminals open with denon running my tests each time I change a test tests/**/*.test.ts but only restarting my application when the actual application src/**/*.ts changes. I want to start my application and only restart it if I change source code. Currently, my application starts each time I change my tests. These are functional tests so the application must be running.

Describe the solution you'd like
A command line parameter to tell denon only to watch certain files.

Describe alternatives you've considered
I don't need a config file because I want each console to use a different filter.

Additional context
image

@cawoodm cawoodm added the enhancement New feature or request label Oct 12, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant