Use rust crate to add pipeline #1053
MarcAntoine-Arnaud
started this conversation in
General
Replies: 1 comment
|
Good question. There's a downside, right now IIRC you can actually have multiple Rust targets in the index. Like workers. I think the idea was to keep everything in the As I'm too far away from this, I don't have a real opinion on this. Just that making changes to the existing process might be more complex than initially assumed. Which shouldn't mean it's not worth trying! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Regarding the action order, it's action taken by
Trunk.toml, then it took information from theindex.htmlto do actions including building the rust project.Due to that it's impossible today to define a crate (like patternfly-yew) that can update the
index.htmlto insert custom pipeline/steps.Do you think it correct to move the rust pipeline (that may use
data-bin) from theindex.htmlto theTrunk.toml?Like that we may consider to run:
index.htmlwithbuild-dependencies)Any advice, suggestion around that topic is welcome ;-)
All reactions