mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
make it blazingly fast with caching of css and js
This commit is contained in:
parent
f539a3c45c
commit
d15a746558
8 changed files with 77 additions and 18 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{{target}} build history</title>
|
||||
<link rel="stylesheet" href="/index.css" />
|
||||
<link rel="stylesheet" href="{{ revs::INDEX_CSS_NAME }}" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Target build history for {{target}}</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue