Snugug / Aurora

Drupal HTML5 Base Theme
33 stars 14 forks source link

User-defined flavors? #37

Open mpgeek opened 10 years ago

mpgeek commented 10 years ago

How would one define thier own flavor? Is there an api/framework/process for this, or would it be "fork and make use your own gem"? Working on a sibling/derivative of Polaris that adds a bunch of accessibility optimizations. Forking and releasing our own gem just to have a custom flavor seems like overkill.

Snugug commented 10 years ago

The best thing to do would be to issue a pull request to add your flavor; that's how Polaris started. We'd look at new partial structures.

If, however, what you're adding is a bunch of Sass too, we probably wouldn't want to bring that stuff in to a flavor. Maybe add it to the aurora extension after review, or as a PR to Toolkit of something similar, depending on how general it is.

To answer the question asked, there is no way to add a custom flavor w/o forming it us bringing it in.

On Nov 5, 2013, at 7:16 PM, Eric Paul notifications@github.com wrote:

How would one define thier own flavor? Is there an api/framework/process for this, or would it be "fork and make use your own gem"? Working on a sibling/derivative of Polaris that adds a bunch of accessibility optimizations. Forking and releasing our own gem just to have a custom flavor seems like overkill.

— Reply to this email directly or view it on GitHub.

mpgeek commented 10 years ago

Thanks for the clarification. We'll send along a pull request once it becomes less nebulous.