We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68f9527 + c7711b8 commit 453f5e9Copy full SHA for 453f5e9
packages/core/src/lib/compose.js
@@ -164,6 +164,7 @@ module.exports = function(pattern, patternlab) {
164
logger.info(err);
165
}
166
allFooterData = _.merge(allFooterData, pattern.jsonFileData);
167
+ allFooterData.cacheBuster = patternlab.cacheBuster;
168
allFooterData.patternLabFoot = footerPartial;
169
170
return render(patternlab.userFoot, allFooterData).then(footerHTML => {
0 commit comments