Skip to content

Instantly share code, notes, and snippets.

@casper-rasmussen
Last active May 30, 2016 21:19
Show Gist options
  • Save casper-rasmussen/0d1c1b3ad5f61f610454bedddb751a66 to your computer and use it in GitHub Desktop.
Save casper-rasmussen/0d1c1b3ad5f61f610454bedddb751a66 to your computer and use it in GitHub Desktop.
class ExampleIncludeConvention : IIncludeConvention
{
public void Apply(Fellow.Epi.Localization.Manager.Convention.IConventionManager conventionManager)
{
conventionManager.IncludeArea("header");
conventionManager.IncludeArea("commerce");
conventionManager.IncludeArea("form");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment