We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670d016 commit 718f7a6Copy full SHA for 718f7a6
templates/layout.mustache
@@ -6,7 +6,7 @@
6
<title>{{getDocumentTitle .}}</title>
7
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
8
{{^devBuild}}
9
- <link rel="stylesheet" type="text/css" href="{{pathToDest}}/static/bundles/bit-docs-site/static.css">
+ <link rel="stylesheet" type="text/css" href="{{pathToDest}}/static/bundles/bit-docs-site/static.css?0">
10
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64" href="/docs/images/canjs_favicon.ico">
11
<link rel="apple-touch-icon" sizes="57x57" href="{{imagePath 'canjs_favicon_57x57.png'}}">
12
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{imagePath 'canjs_favicon_57x57.png'}}">
0 commit comments