Skip to content

Commit

Permalink
docs: adding a quick comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian committed Jun 28, 2019
1 parent f14b15a commit 4eb6cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/scripts/get-contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ async function main() {
}

await sprite.quality(80).write(`../static/contributors.jpg`);
// TODO: Optimizing the static/contributors.jpg image should probably get automated as well
console.log('remember to additionally optimize the resulting /static/contributors.jpg image file via e.g. https://squoosh.app ');

const str = `[\n\t${authors.map(a => `'${a.login}'`).join(',\n\t')}\n]`;
Expand Down

0 comments on commit 4eb6cf0

Please sign in to comment.