You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
When using shared partials locally, your cloned directories may be different from that on the production environment.
Example:
Local
Server
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
The text was updated successfully, but these errors were encountered: