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

path for watch options #350

Closed
dakom opened this issue Dec 31, 2019 · 2 comments
Closed

path for watch options #350

dakom opened this issue Dec 31, 2019 · 2 comments
Assignees
Milestone

Comments

@dakom
Copy link

dakom commented Dec 31, 2019

The cargo-watch crate allows specifying directories to watch (via the --watch or -w cli args)

Would it be possible to add this here? Ideally it should have full support including passing multiple directories.

Use case is I am running cargo-make in a web project where the wasm is compiled from subdirectories. So they need to be watched specifically, and not interfere with other parts of the project setup (webpack, typescript, etc.)

Thanks!

@sagiegurari
Copy link
Owner

That's good idea. I'll add it.

@sagiegurari
Copy link
Owner

This is now published in the new cargo-make version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants