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

Add to documentation that the names of shared themes directories may not be the repo slug #21

Closed
zeroedin opened this issue Feb 26, 2015 · 3 comments
Assignees

Comments

@zeroedin
Copy link
Contributor

When using shared partials locally, your cloned directories may be different from that on the production environment.

Example:

Local

/cleanslate_themes/
|_my-awesome-theme
|_shared-theme

Server

/themes_dir/
|_my-awesome-theme
|_shared

Using: <r:partial name="patterns/wvu-masthead" theme="shared-theme" /> locally would work fine, however if you push this code live the partial will not load.

This issue is due to the fact you can name the theme with in CleanSlate when it is deployed. For Hammer this is analogous to the clone process git clone {repo} {directory}.

Hammer assumes the name of the repo by its container directory.

Reference wvuweb/cleanslate-cms#145

@zeroedin zeroedin changed the title Note in documentation names of themes directories may not be the repo slug Add to documentation that the names of shared themes directories may not be the repo slug Feb 26, 2015
@zeroedin zeroedin self-assigned this Feb 26, 2015
@nreckart
Copy link
Member

wvuweb/cleanslate-cms#124 is related to making themes accessible by Stash slug. Just noting that here.

@zeroedin
Copy link
Contributor Author

Reference #22

@zeroedin
Copy link
Contributor Author

I don't believe this is an issue any more. closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants