Skip to content

Commit 94cd6ea

Browse files
committed
feat: fix minify functionality
1 parent dddf796 commit 94cd6ea

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/minify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- name: Auto Minify
1414
uses: nizarmah/auto-minify@v2.1
1515
with:
16+
overwrite: true
1617
maxdepth: 0 # Only minify the root directory (where calendarize.js is)
1718

1819
- name: Copy script to extension

calendarize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ for (const courseTitle in courseEvents) {
166166
}
167167
}
168168

169-
// Remove events starting with UID for Google Calendar compatibility
169+
// Remove event lines starting with UID for Google Calendar compatibility
170170
var newEvents = cal.events().map((eventLines) =>
171171
eventLines
172172
.split(EVENT_LINE_SEPARATOR)

0 commit comments

Comments
 (0)