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 e6fa46f commit bec84f1Copy full SHA for bec84f1
core/lib/ui_builder.js
@@ -449,7 +449,8 @@ function buildFrontEnd(patternlab) {
449
cacheBuster: patternlab.cacheBuster
450
});
451
var headerHTML = pattern_assembler.renderPattern(patternlab.userHead, {
452
- patternLabHead : headerPartial
+ patternLabHead : headerPartial,
453
+ cacheBuster: patternlab.cacheBuster
454
455
456
//set the pattern-specific footer by compiling the general-footer with data, and then adding it to the meta footer
0 commit comments