Incrementally Add Child Projects to existing Master Project
Hi all,
Question: How can I incrementally add child projects to a master project without having to republish the master project and each and every child project each time?
(I'm concerned with steps #4 and #5 in my list below).
I should add that my master project will be essentially infinite, so the number of child projects will eventually number into the dozens or hundreds. I'm outputting to merged responsive HTML5.
Thanks!
Mark
Let's say I have:
A) A Master Project published to a server
B) Child Project 01 through Child Project 05 have merged project placeholders in the TOC of the Master Project
C) Each of Child Project 01 through Child Project 05 is published into their respective mergedProject folders in the output files of the Master Project.
Example:
Master Project (published)
Child 1 (published)
Child 2 (published)
Child 3 (published)
Child 4 (published)
Child 5 (published)
Now let's say that later, I want to add Child 6, Child 7, and Child 8 to the Master Project.
As I understand it, I would have to:
1) Create Child 6, Child 7, and Child 8 projects.
2) Open the Master Project
3) Add Child 6, Child 7, and Child 8 placeholders into the Master Project TOC as merged projects
4) Republish the Master Project
5) Republish Child Projects 1 through 5 into their respective mergedProject folders
6) Publish Child Projects 6 though 8 into their respective mergedProject folders
