Skip to content

Commit bec84f1

Browse files
committed
Add cache buster to view all pages
closes pattern-lab/edition-node-gulp#56
1 parent e6fa46f commit bec84f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/lib/ui_builder.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,8 @@ function buildFrontEnd(patternlab) {
449449
cacheBuster: patternlab.cacheBuster
450450
});
451451
var headerHTML = pattern_assembler.renderPattern(patternlab.userHead, {
452-
patternLabHead : headerPartial
452+
patternLabHead : headerPartial,
453+
cacheBuster: patternlab.cacheBuster
453454
});
454455

455456
//set the pattern-specific footer by compiling the general-footer with data, and then adding it to the meta footer

0 commit comments

Comments
 (0)