pattern-lab / patternlab-php-core

This repository provides the core functionality for Pattern Lab. It is meant to be used from within an Edition with a PatternEngine and StarterKit.
http://patternlab.io/
MIT License
43 stars 62 forks source link

Feature Request: Add Ability To Config Name of Pattern Folder #151

Closed sghoweri closed 6 years ago

sghoweri commented 6 years ago

**or multiple pattern folders if we find this work could be more valuable combining it with the other work relating to support for multiple source directories (... I might just take that on now that I'm thinking about it)

In any case, there's litterally just 3 places in the code referencing "_patterns" - seems silly imho to require crazy symlinks or Gulp copy work -- just let us specify a different patternDir folder name and default to _patterns otherwise:

https://github.com/pattern-lab/patternlab-php-core/search?utf8=✓&q=_patterns&type=

@EvanLovely @aleksip thoughts?

EvanLovely commented 6 years ago

Agreed. I’d like to get a paths object that is similar to the node version so we can specify the folder for all of them: patterns, data, meta, etc. This is covered by #35 and is on the roadmap so I’ll close this down.

PS SourceDir as an array is #32