Restructure Unicorn Item Serialization and Configuration #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This PR contains changes to how the Unicorn item serialization is structured and configured. The previous item serialization configuration that was contained in the project
Conjunction.Foundation.Contentis no longer present, and the serialized items and their configuration is now found under their respective projects.What is the current behavior? (You can also link to an open issue here)
See the issue #24.
What is the new behavior (if this is a feature change)?
This PR changes the structure and configuration of the serialized items.
Does this PR introduce a breaking change?
This PR introduces a new way that item serialization needs to be configured in order to work. The item serialization configuration steps are described in the CONTRIBUTING section. Additionally, the old Sitecore Rocks package generation has been removed from the project.
Please check if the PR fulfills these requirements
Other information:
The method follows the answer provided over at http://sitecore.stackexchange.com/questions/2683/unicorn-serialized-files-to-source-control