Dave Olsen

Results 42 issues of Dave Olsen

Using the partial is just asking for trouble down the road. Use the unique file path.

enhancement
v3.x

In order to re-order patterns based on documentation (or config?) use the following steps as part of a helper: - separate the patterns by those with order set and an...

enhancement
v2.x

Provide ability for edition builders to modify the default project install message with more relevant "next steps" info that makes sense for their edition.

enhancement
needs spec approval
v3.x

Allow a pattern to define properties about itself via a JSON schema. At a basic level this would include type and subtype. Not sure how practical this really is unfortunately.

enhancement
needs spec approval
v3.x

Right now package install assumes `./dist` as the base for what will be moved during install. There should be a way to override this default so people can package assets...

enhancement
needs spec approval
v3.x

PL installer should support a default path option in a package install. This way an author can develop small modules that can be included in other StarterKits but they don't...

enhancement
needs spec approval
v3.x

Fractal has an interesting way of configuring status options. I like that it doesn't rely on CSS for the colors. https://github.com/frctl/fractal/blob/master/docs/components/statuses.md

enhancement
spec approved
v2.x

Fractal offers a method to set configuration options for parts of the theme. Currently we expect to edit files but maybe it's worthwhile to offer this level of abstraction. https://github.com/frctl/fractal/blob/master/docs/web/themes.md

enhancement
needs spec approval
v3.x

And consider renaming it.

enhancement
v3.x

When dealing with a pattern at level 3 move all files that don't match a pattern rule to `./public/patterns/[pattern-name]`. If given the following example: ``` _patterns/ atoms/ general/ button-1/ button-1.scss...

enhancement
needs spec approval
v3.x