Skip to content

Commit

Permalink
feat(config): add new default pattern export options
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Oct 29, 2019
1 parent b33ff91 commit a7487a0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
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,
"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

0 comments on commit a7487a0

Please sign in to comment.