Skip to content

Commit f0128c0

Browse files
author
Ian Egner
committed
Stop cachebuster in docs
1 parent 4fb27d0 commit f0128c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/pug/docs.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ html.no-js(lang='en')
1717
H.className = H.className.replace(/\bno-js\b/, 'js');
1818
})(document.documentElement);
1919

20-
link(rel='stylesheet', href='docs/css/docs.css?=' + cachebuster)
20+
link(rel='stylesheet', href='docs/css/docs.css')
2121
script.
2222
var components = !{JSON.stringify(components)}
2323
body
@@ -88,7 +88,7 @@ html.no-js(lang='en')
8888

8989
script(src='docs/js/jquery.js')
9090
script(src='docs/js/jquery-ui.js')
91-
script(src='docs/js/scripts.js?=' + cachebuster)
91+
script(src='docs/js/scripts.js')
9292

9393
script(src='docs/js/pug.js')
9494
script(src='docs/js/highlight.min.js')

index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)