Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package export includes files that change depending on user's local aem #25

Open
jzeltman opened this issue Mar 26, 2020 · 1 comment
Open
Assignees
Labels
bug Something isn't working CLI

Comments

@jzeltman
Copy link
Contributor

There are files included in the package that is exported from aem that aren't needed for the storybook library. If these files are to be included, they will overwrite the user's local aem, with potentially unexpected and harmful results. We should find a way to only include the files that are pertinent to the storybook library, and exclude the parent files, as those files could be different on each person's local instance.

@jzeltman jzeltman added bug Something isn't working CLI labels Mar 26, 2020
@jzeltman
Copy link
Contributor Author

After some testing, we found that gitignore-ing the folder level .content.xml files for the ancestor folders of the storybook content library is an effective solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CLI
Projects
None yet
Development

No branches or pull requests

2 participants