This repository was archived by the owner on Dec 10, 2019. It is now read-only.
This repository was archived by the owner on Dec 10, 2019. It is now read-only.
Cache Buster not outputting. #56
Closed
Description
I am using Pattern Lab Node v6.2.0
on Mac
, using the gulp
configuration.
Expected Behavior
{{ cacheBuster }}
should output the current time in the head and foot mustache templates.
Actual Behavior
{{ cacheBuster }}
doesn't output anything.
Steps to Reproduce
Download pre-built gulp edition and get it running, make sure the cacheBust
setting is set to true
. Nothing is output behind the ?
of the stylesheets in the head.
It seems like this variable isn't getting provided to the actual template, it's working properly in {{{ patternLabHead }}}
section.