Anthony Dodd
Anthony Dodd
Hello there. Do you mind sharing your configuration setup. Depending on your configuration, the "current dir" may not be one of the dirs which Trunk even attempts to watch.
Trunk does watch recursively: https://github.com/thedodd/trunk/blob/v0.13.1/src/watch.rs#L141 So, this is interesting because if I checkout yewstack/yew on master, cd into `examples/todomvc`, and then execute `trunk serve` everything appears to be working exactly...
@paulalesius thanks for the PR. Do you mind elaborating on the use case for this option? Also, if you could update the the website's documentation for the rust app pipeline...
Agreed that the `Trunk.toml` would be the best place for this. - The configuration cascade is as follows: env -> Trunk.toml -> CLI (in order of lowest precedence to highest...
@lukechu10 the standard should be that a plugin should provide a binary for the same platforms as Trunk. Any "official" plugins which are part of the Trunk org will adhere...
Looks like some tests need to be updated.
I'd vote 1. I support making this move, but we will just need to ensure it is backwards compatible. We update our teaching docs on the site, examples &c; however,...
@edward-shen definitely a great idea. The implementation should be an absolute breeze too. We will have to introduce a new optional attribute for this pipeline type, and when it is...
Love it. This will tie in quite nicely with our work on the WebSocket auto-reload feature. I’ll get this issue triaged and labeled shortly.
I’m thinking that what we will want to do is actually build a mini WASM app which we can put on our release page. It will encapsulate all of the...