We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7786549 commit 94d5ad7Copy full SHA for 94d5ad7
core/lib/pattern_exporter.js
@@ -4,6 +4,11 @@ var fs = require('fs-extra');
4
5
var pattern_exporter = function () {
6
7
+ /**
8
+ * Exports pattern to a location
9
+ *
10
+ * @param patternlab {object} patternlab reference
11
+ */
12
function exportPatterns(patternlab) {
13
//read the config export options
14
var exportPartials = patternlab.config.patternExportPatternPartials;
0 commit comments