Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion packages/core/patternlab-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@
},
"patternExtension": "mustache",
"patternStateCascade": ["inprogress", "inreview", "complete"],
"patternExportDirectory": "./pattern_exports/",
"patternExportAll": false,
"patternExportDirectory": "pattern_exports",
"patternExportPatternPartials": [],
"patternExportPreserveDirectoryStructure": true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WOAH - really?! 🎉

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the code looked a bit scary to me, but it works in my initial testing, and currently only does the top-level.

the OP mentioned this is a bit of WIP, so it could be extended for sure

"patternExportRaw": false,
"serverOptions": {
"wait": 1000
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,11 @@
},
"patternExtension": "hbs",
"patternStateCascade": ["inprogress", "inreview", "complete"],
"patternExportAll": false,
"patternExportDirectory": "pattern_exports",
"patternExportPatternPartials": [],
"patternExportPreserveDirectoryStructure": true,
"patternExportRaw": false,
"serverOptions": {
"wait": 1000
},
Expand Down
5 changes: 4 additions & 1 deletion packages/edition-node-gulp/patternlab-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@
},
"patternExtension": "mustache",
"patternStateCascade": ["inprogress", "inreview", "complete"],
"patternExportDirectory": "./pattern_exports/",
"patternExportAll": false,
"patternExportDirectory": "pattern_exports",
"patternExportPatternPartials": [],
"patternExportPreserveDirectoryStructure": true,
"patternExportRaw": false,
"serverOptions": {
"wait": 1000
},
Expand Down
5 changes: 4 additions & 1 deletion packages/edition-node/patternlab-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@
},
"patternExtension": "hbs",
"patternStateCascade": ["inprogress", "inreview", "complete"],
"patternExportDirectory": "./pattern_exports/",
"patternExportAll": false,
"patternExportDirectory": "pattern_exports",
"patternExportPatternPartials": [],
"patternExportPreserveDirectoryStructure": true,
"patternExportRaw": false,
"serverOptions": {
"wait": 1000
},
Expand Down
5 changes: 4 additions & 1 deletion packages/edition-twig/patternlab-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,11 @@
"inreview",
"complete"
],
"patternExportDirectory": "./pattern_exports/",
"patternExportAll": false,
"patternExportDirectory": "pattern_exports",
"patternExportPatternPartials": [],
"patternExportPreserveDirectoryStructure": true,
"patternExportRaw": false,
"serverOptions": {
"wait": 1000
},
Expand Down