When we import pattern builder, It allows us only two options;
- Import all
- Specify the name
When we don't specify the name by default it imports all schemas and that's a time consuming task. If we can have some argument for drush pbi command that imports only changed schemas. Instead of importing all. something like drush pbi --changed, This will improve the performance and we don't even have to remember / manually check for the schemas which are changed.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | patternbuilder-importer-changed-2830321-5.patch | 9.14 KB | miteshmap |
Comments
Comment #2
miteshmapAdding patch here.
Comment #3
miteshmapComment #4
miteshmapRefactored code with recursive search of included pattern, So pattern can also import the parent pattern again, with new changes.
Comment #5
miteshmapUpdated patch file with using correct Object.