Skip to content

Commit e6e7528

Browse files
committed
do not download inputs again when refreshing indices
1 parent 95662fc commit e6e7528

File tree

12 files changed

+345
-345
lines changed

12 files changed

+345
-345
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ $ npm install
2020
$ export ADVENT_SESSION=your-cookie-value
2121

2222
$ npm start [year]
23-
- or -
24-
$ npm start [year] [day-number]
2523
```
2624

2725
The commands above will work for all years since 2015.

src/2015/index.html

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

src/2016/index.html

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

src/2017/index.html

Lines changed: 61 additions & 61 deletions
Large diffs are not rendered by default.

src/2018/index.html

Lines changed: 17 additions & 17 deletions
Large diffs are not rendered by default.

src/2019/index.html

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

src/2020/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ <h1 class="title-event">&nbsp;&nbsp;&nbsp;<span class="title-event-wrap">$year=<
3131
</header>
3232
<main>
3333
<style>
34-
.calendar .calendar-color-r { color:#ff0000; }
35-
.calendar .calendar-color-w { color:#ffffff; }
36-
.calendar .calendar-color-l { color:#ccccff; }
3734
.calendar .calendar-color-p { color:#9900ff; }
35+
.calendar .calendar-color-r { color:#ff0000; }
3836
.calendar .calendar-color-a { color:#cccccc; }
39-
.calendar .calendar-color-o { color:#ffcc99; }
37+
.calendar .calendar-color-w { color:#ffffff; }
4038
.calendar .calendar-color-g { color:#00cc00; }
39+
.calendar .calendar-color-o { color:#ffcc99; }
4140
.calendar .calendar-color-b { color:#333399; }
41+
.calendar .calendar-color-l { color:#ccccff; }
4242
@keyframes anim-seamonster {
4343
0% { transform: translate(-.9em,0); }
4444
50% { transform: translate( .9em,0); }

src/2021/index.html

Lines changed: 47 additions & 47 deletions
Large diffs are not rendered by default.

src/2022/index.html

Lines changed: 34 additions & 34 deletions
Large diffs are not rendered by default.

src/2023/index.html

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)