Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 58a7fe0

Browse files
committed
patterns should never be cached
1 parent 92861b3 commit 58a7fe0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/_patternlab-files/pattern-header-footer/header.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
<title>Pattern Lab Pattern</title>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width" />
7+
8+
<!-- never cache patterns -->
9+
<meta http-equiv="cache-control" content="max-age=0" />
10+
<meta http-equiv="cache-control" content="no-cache" />
11+
<meta http-equiv="expires" content="0" />
12+
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
13+
<meta http-equiv="pragma" content="no-cache" />
714

815
<!--
916
Styleguide CSS is included for

0 commit comments

Comments
 (0)