Skip to content

Commit

Permalink
build(lfs): move image assets to Git LFS
Browse files Browse the repository at this point in the history
Binary assets, such as JPEGs, aren't particularly compatible with Git as they inflate the repo size
if changed (since they can't be diffed). This moves them to Git LFS ahead of making changes.

It's possible to remove them from the repo entirely (i.e. remove them from previous commits) which
would make a git clone a lot faster, but since it involves rewriting history I've not gone down
that path.

Refs #392
  • Loading branch information
thewilkybarkid committed Aug 9, 2021
1 parent 269d26e commit 0cbb848
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/assets/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.jpg filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
Binary file modified src/frontend/assets/images/extension-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/assets/images/home/communities.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/assets/images/press-awards/ASAPbio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/assets/images/press-awards/JROST.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/assets/images/press-awards/bio2040.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/assets/images/press-awards/nature-comm-OSrPRE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/assets/images/press-awards/nature-index.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/assets/images/press-awards/no-manifesto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/assets/images/press-awards/sc-morning-post.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/assets/images/press-awards/sparc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/assets/images/press-awards/the-lancet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/assets/images/sponsors/aps-foundation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/assets/images/sponsors/elife.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/assets/images/sponsors/ioi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/assets/images/sponsors/mozilla.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/assets/images/sponsors/wellcome.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0cbb848

Please sign in to comment.