Skip to content

Wyam combining pipelines (or referencing data across pipelines) #51

Answered by bdukes
bdukes asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like I probably had some fundamental misunderstandings about how pipelines worked, and this was a lot easier than I was making it out to be. In the end, I made sure that the Sass pipeline was running before the Razor pipeline, and then had access to those documents automatically.

I also removed all of the WriteFile modules from the end of each pipeline, and ran a pipeline at the end with new Documents(), new WriteFile() as the modules. At the very least, I think this made things simpler to think about, not sure if it made a real difference in how things were processed.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bdukes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant