Evan Lovely
Evan Lovely
[PL Node's settings](http://patternlab.io/docs/pattern-managing-assets.html#node) has this that should be emulated: ```json { "paths" : { "source" : { "root": "./source/", "patterns" : "./source/_patterns/", "data" : "./source/_data/", "meta": "./source/_meta/", "annotations" : "./source/_annotations/",...
Thanks @sghoweri - you rock! 🎉 I choose the default value of `order` as 0 since that is what happens for the [flex box `order` property](https://developer.mozilla.org/en-US/docs/Web/CSS/order), but I like what...
FYI, just added these to MD docs config: https://github.com/pattern-lab/patternlab-php-core/pull/137
I'd like to see the config happening for `files` in the pattern meta file (`pattern.md`). I also like the idea of having the same name files automatically become tabs (`pattern.scss`...
Love this
> secret plans 😳🤔
I've got a commit on this branch that cleans up the config setting so diffs should make much more sense now.
I could see using `self::getOption()` in `Config.php` as it utilizes a nice function from `ArrayFinder` that allows you to do `self::getOption('paths.source.patterns')` and not having to worry about if `paths` or...