This repository was archived by the owner on Dec 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 110
Cache Buster not outputting. #56
Labels
Comments
Confirmed, thanks for finding this |
Tried to fix this guy, figured out that the buster is outputting correctly on single pattern pages just not on the "all" page. Haven't quite figured out why that would be yet though. |
Fixed this by adding will patch tonight unless someone else gets to it |
@brianjhanson could you change your package.json
and retest? |
🎉 seems to be working over here. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using Pattern Lab Node
v6.2.0
onMac
, using thegulp
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 totrue
. 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.The text was updated successfully, but these errors were encountered: