Skip to content

Commit ecdea01

Browse files
authored
Merge pull request #214 from cmu-delphi/sgratzl/bugfix
hotfix: remove vendor files
2 parents 5eba336 + 54e209b commit ecdea01

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies:
3232
- r-isoband
3333
- r-ggrepel
3434
- r-plotly
35+
- r-usmap
3536
- pandoc
3637
- fiona
3738
- geopandas

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)