Sync Pipeline
Sync Pipeline
Section titled “Sync Pipeline”The custom pipeline is intentionally thin:
- load shared repository metadata
- clear generated content from each framework root
- copy
shared-content/into each site workspace - build each framework with its own base path
- assemble the outputs into
dist/
Why Copy Instead Of Share Directly
Section titled “Why Copy Instead Of Share Directly”Each generator is simpler and more reliable when it can use its expected directory layout. A small sync step is cheaper than fighting framework assumptions in multiple different ways.