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.
2 parents 97948b2 + 146ab16 commit f4b839dCopy full SHA for f4b839d
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