Skip to content

Commit 718f7a6

Browse files
author
Chasen Le Hara
committed
Invalidate caches of static.css
This is a workaround to force everyone’s cache to be invalidated.
1 parent 670d016 commit 718f7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/layout.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>{{getDocumentTitle .}}</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
88
{{^devBuild}}
9-
<link rel="stylesheet" type="text/css" href="{{pathToDest}}/static/bundles/bit-docs-site/static.css">
9+
<link rel="stylesheet" type="text/css" href="{{pathToDest}}/static/bundles/bit-docs-site/static.css?0">
1010
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64" href="/docs/images/canjs_favicon.ico">
1111
<link rel="apple-touch-icon" sizes="57x57" href="{{imagePath 'canjs_favicon_57x57.png'}}">
1212
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{imagePath 'canjs_favicon_57x57.png'}}">

0 commit comments

Comments
 (0)