Skip to content

Commit c756ffe

Browse files
committed
fix: remove vendor from initial scripts
1 parent f768362 commit c756ffe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

themes/delphi/layouts/_default/covidcast_app.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{{ define "styles" }}
2-
<link rel="stylesheet" href="{{ (partial "covidcast/find-file.html" "vendor.*\\.css$")| relURL }}" />
32
<link rel="stylesheet" href="{{ (partial "covidcast/find-file.html" "styles.*\\.css$")| relURL }}" />
43
{{ end }}
54
{{ define "scripts" }}
6-
<script src="{{ (partial "covidcast/find-file.html" "vendor.*\\.js$") | relURL }}"></script>
75
<script src="{{ (partial "covidcast/find-file.html" "styles.*\\.js$")| relURL }}"></script>
86
<script src="{{ (partial "covidcast/find-file.html" "bundle.*\\.js$")| relURL }}"></script>
97
{{ end }}

0 commit comments

Comments
 (0)