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

Feature: A way to exclude certain files from triggering wasm re-compilations during watch/serve. #658

Open
basro opened this issue Dec 22, 2023 · 0 comments

Comments

@basro
Copy link

basro commented Dec 22, 2023

Right now there's [watch] ignore which lets you configure which files wont be watched.

In addition to that it'd be great to have a rust_ignore or wasm_ignore setting. If a file included in such list is modified, then trunk would still run the build process but skip rebuilding any wasm assets (skipping cargo wasm-bindgen and wasm-opt), reusing results from previous builds.

My primary use-case for this is being able to edit scss and see the results faster.

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

No branches or pull requests

1 participant