Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fazibear committed Oct 25, 2023
1 parent e10d694 commit ff8864d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
19 changes: 11 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
ffi (1.15.5)
inesita (1.0.pre.6)
ffi (1.16.3)
inesita (1.0.pre.9)
listen (~> 3.0)
opal (~> 1.0)
opal-virtual-dom (~> 0.6.1)
Expand All @@ -19,7 +19,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
nio4r (2.5.9)
opal (1.7.3)
opal (1.7.4)
ast (>= 2.3.0)
parser (~> 3.0, >= 3.0.3.2)
opal-browser (0.3.3)
Expand All @@ -32,19 +32,22 @@ GEM
opal-web-midi (0.0.2)
opal
paggio (0.3.0)
parser (3.2.2.1)
parser (3.2.2.4)
ast (~> 2.4.1)
puma (6.2.2)
racc
puma (6.4.0)
nio4r (~> 2.0)
rack (2.2.7)
racc (1.7.1)
rack (2.2.8)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
thor (1.2.2)
websocket (1.2.9)
thor (1.3.0)
websocket (1.2.10)

PLATFORMS
arm64-darwin-22
x86_64-darwin-22

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end
desc 'Download HVSC SID Collection'
task :hvsc, [:hvsc] do |_, args|
mkdir_p "tmp"
ver = args[:hvsc] || 65
ver = args[:hvsc] || 79
url = "https://www.prg.dtu.dk/HVSC/HVSC_#{ver}-all-of-them.zip"
puts "Downloading HVSC collection from #{url}..."
sh "curl #{url} > ./tmp/hvsc.zip"
Expand Down
2 changes: 1 addition & 1 deletion index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Inesid</title>
<link rel="stylesheet" href="/static/stylesheet.css"/>
<link rel="stylesheet" href="/assets/stylesheet.css"/>
<%= Inesita.assets_code %>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions static/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-family: "C64 Pro Mono";
src: url("/static/fonts/C64_Pro_Mono-STYLE.eot");
src: url("/static/fonts/C64_Pro_Mono-STYLE.eot?#iefix") format("embedded-opentype"), url("/static/fonts/C64_Pro_Mono-STYLE.woff2") format("woff2"), url("/static/fonts/C64_Pro_Mono-STYLE.woff") format("woff"), url("/static/fonts/C64_Pro_Mono-STYLE.ttf") format("truetype"), url("/static/fonts/C64_Pro_Mono-STYLE.svg#C64_Pro_Mono-STYLE") format("svg");
src: url("/assets/fonts/C64_Pro_Mono-STYLE.eot");
src: url("/assets/fonts/C64_Pro_Mono-STYLE.eot?#iefix") format("embedded-opentype"), url("/static/fonts/C64_Pro_Mono-STYLE.woff2") format("woff2"), url("/static/fonts/C64_Pro_Mono-STYLE.woff") format("woff"), url("/static/fonts/C64_Pro_Mono-STYLE.ttf") format("truetype"), url("/static/fonts/C64_Pro_Mono-STYLE.svg#C64_Pro_Mono-STYLE") format("svg");
font-weight: normal;
font-style: normal; }
.black {
Expand Down

0 comments on commit ff8864d

Please sign in to comment.