statiqdev / Statiq.Framework

A flexible and extensible static content generation framework for .NET.
https://statiq.dev/framework
MIT License
421 stars 74 forks source link

Add ability to only replace/edit one phase of an existing pipeline #233

Open daveaglick opened 2 years ago

daveaglick commented 2 years ago

See discussion in https://github.com/statiqdev/Statiq.Web/issues/962:

I think might be worth introducing a concept of overriding the phases for a pipeline. The use case is that only the modules in 1 or more of the pipeline phases need to be replaced. Currently, it seems as if you use the configureEngine option to replace one of the pipelines, you will have to build all the phases again.