We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b048e70 commit 871d93cCopy full SHA for 871d93c
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