Zane Rockenbaugh

Results 5 issues of Zane Rockenbaugh

Experienced with aglio@experimental installed 2015-03-29. Whenever I include files, the line count jumps on any errors in the top level file after the include. I assume but have not actually...

bug
needs work

## Overview In the docs, it says that `yalc push` is an alias for `yalc publish --push`. Except the latter will invoke npm 'prepublishOnly' (and pepare, prepublish, etc.) while the...

I'm trying to set up a two-color site with a primary and "callout" color. It seems necessary to dig into the code to even find what the color variables are...

In order to support a grouping globals by category, let's add a `groupGlobalsBy(groupByFields, options)` function. Currently, you can only really group by category if the grouped identifiers are part of...

Adds a `groupGlobalsBy(groupFields, options)` helper function. See #87 for use case/purpose. Also implemented a test, which necessitated (I believe) adding 'mock-require' as a dev dependency. Closes #87