Eugene ONeill

Results 10 issues of Eugene ONeill

Start thinking about what content we're trying to capture and how best to express it to users. Proposal: ``` Homepage (landing / upsell) ├─┬ Getting Started │ ├── Getting started...

documentation
package:eyeglass

this should result in a separate extension for glyph icon libraries: - archetype-glyph-fontawesome - archetype-glyph-iconic

enhancement

- styleguide-[un]freeze-component - prevents a component from being modified - styleguide-remove-component - removes a component - styleguide-alias-component - adds an alias for a component name - styleguide-rename-component - similar to...

enhancement

- `border-radius` and it's relatives don't currently support `vertical` attribute - need to verify the syntax used for `border-image` shorthand, because current documentation is very ambiguous

bug

`WARNINGS.md` should give an accurate description of each warning/error that Archetype intentionally generates. It should also provide examples that can cause these messages and how to fix your code to...

documentation

There are a lot of things that don't have extensive unit tests, which they should. This is something that is crucial that we get on top of before we can...

testing

Consider using [CSS property order](http://markdotto.com/2011/11/29/css-property-order/) for all component definitions. This would be nice for quickly grokking the component, but seems like a pain to maintain, and I not something I...

enhancement

this sounds like a mess, we should have a consistent interface for setting hopscotch configs at each level

code-cleanup

#91 introduced a bug if `nextAppSettings.srcDirectory === false` (default) This results in the `command` being evaluated as `cd falsepages` (instead of the expected `cd pages`). The fix is simple, use...

When using the CSS plugin, Inject should adjust non-qualified URLs to make sure they're pointing to the correct path. e.g. if my CSS file contains a relative image page, the...