Skip to content

Commit cf6fc92

Browse files
committed
buid: fix basic covidcast assets
due to webpack5
1 parent 01bf62d commit cf6fc92

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"highlight.js": "^10.6.0",
88
"katex": "^0.12.0",
99
"uikit": "^3.6.17",
10-
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast#d41d3af518bfafe6b925b069b0dab3ce45af4e53"
10+
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast#0570547784690acd8dbd614056bb875ca588856b"
1111
},
1212
"devDependencies": {
1313
"bestzip": "^2.1.7",

themes/delphi/layouts/_default/covidcast_app.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<link rel="stylesheet" href="{{ (partial "covidcast/find-file.html" "styles.*\\.css$")| relURL }}" />
33
{{ end }}
44
{{ define "scripts" }}
5-
<script src="{{ (partial "covidcast/find-file.html" "styles.*\\.js$")| relURL }}"></script>
65
<script src="{{ (partial "covidcast/find-file.html" "bundle.*\\.js$")| relURL }}"></script>
76
{{ end }}
87
{{ define "breadcrumb" }}<!-- no breadcrumb -->{{ end }}

0 commit comments

Comments
 (0)