diff options
author | silverwind <me@silverwind.io> | 2020-07-26 11:47:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 17:47:51 +0800 |
commit | 7cf23399a0b97cb8211e8e7b00020e9b1a5fdac1 (patch) | |
tree | a517c074455b1fcaf2eaf0373c059e31f1333ba9 /public | |
parent | ea1ed802a308698f6b30dd695d0b97251d552775 (diff) | |
download | gitea-7cf23399a0b97cb8211e8e7b00020e9b1a5fdac1.tar.gz gitea-7cf23399a0b97cb8211e8e7b00020e9b1a5fdac1.zip |
Rework 'make generate-images' (#12316)
* Rework 'make generate-images'
- Remove external dependencies and replace it with a node script that
does does the same.
- Move detail removal from gitea-sm.png to favicon.png
- Remove favicon.ico and its generation, it is unused and we already serve
favicon.png in its place.
Fixes: https://github.com/go-gitea/gitea/issues/12314
* use proper centering value for preserveAspectRatio
* fix lint
* use fabric
* better linting fix
* fix typo
* mention detail-remove class in docs
Diffstat (limited to 'public')
-rw-r--r-- | public/img/apple-touch-icon.png | bin | 5399 -> 5648 bytes |
-rw-r--r-- | public/img/avatar_default.png | bin | 6237 -> 6226 bytes |
-rw-r--r-- | public/img/favicon.ico | bin | 90022 -> 0 bytes |
-rw-r--r-- | public/img/favicon.png | bin | 5576 -> 4873 bytes |
-rw-r--r-- | public/img/gitea-192.png | bin | 5886 -> 5866 bytes |
-rw-r--r-- | public/img/gitea-512.png | bin | 17692 -> 17709 bytes |
-rw-r--r-- | public/img/gitea-lg.png | bin | 33872 -> 33868 bytes |
-rw-r--r-- | public/img/gitea-sm.png | bin | 3365 -> 3694 bytes |
8 files changed, 0 insertions, 0 deletions
diff --git a/public/img/apple-touch-icon.png b/public/img/apple-touch-icon.png Binary files differindex d2def0bdc7..e23ba5999d 100644 --- a/public/img/apple-touch-icon.png +++ b/public/img/apple-touch-icon.png diff --git a/public/img/avatar_default.png b/public/img/avatar_default.png Binary files differindex 455155db10..346edb4bbe 100644 --- a/public/img/avatar_default.png +++ b/public/img/avatar_default.png diff --git a/public/img/favicon.ico b/public/img/favicon.ico Binary files differdeleted file mode 100644 index 681d76d33a..0000000000 --- a/public/img/favicon.ico +++ /dev/null diff --git a/public/img/favicon.png b/public/img/favicon.png Binary files differindex 30d3313594..5ad5af21bf 100644 --- a/public/img/favicon.png +++ b/public/img/favicon.png diff --git a/public/img/gitea-192.png b/public/img/gitea-192.png Binary files differindex 12caba8d5d..05bf6d6de7 100644 --- a/public/img/gitea-192.png +++ b/public/img/gitea-192.png diff --git a/public/img/gitea-512.png b/public/img/gitea-512.png Binary files differindex 456abfa0c0..7b32fb33b6 100644 --- a/public/img/gitea-512.png +++ b/public/img/gitea-512.png diff --git a/public/img/gitea-lg.png b/public/img/gitea-lg.png Binary files differindex 682ceaf7be..e50c6cf4d1 100644 --- a/public/img/gitea-lg.png +++ b/public/img/gitea-lg.png diff --git a/public/img/gitea-sm.png b/public/img/gitea-sm.png Binary files differindex 405f40f170..0ae375c5c6 100644 --- a/public/img/gitea-sm.png +++ b/public/img/gitea-sm.png |