diff options
author | silverwind <me@silverwind.io> | 2020-10-28 00:44:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 19:44:06 -0400 |
commit | 946bbbe9b55831ede80518ff4177f940b303a674 (patch) | |
tree | 4e012998a85f078f3f45ff3bb35720cb3350adbc /web_src/fomantic/build/themes | |
parent | 7dfb2fc176a3d0d864b52b3124a795781cbd73e5 (diff) | |
download | gitea-946bbbe9b55831ede80518ff4177f940b303a674.tar.gz gitea-946bbbe9b55831ede80518ff4177f940b303a674.zip |
Precompile fomantic-ui files (#13332)
We rarely change fomantic-ui or its configuration so it's kind of a
waste to have it rebuild on every CI run. These changes remove the
fomantic files from the build and instead add the relevant output files
to the git index, which should shave of 2-3 minutes on every CI run.
`make fomantic` should still work and should be ran whenever fomantic is
updated or its configuration is changed.
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src/fomantic/build/themes')
-rw-r--r-- | web_src/fomantic/build/themes/default/assets/fonts/icons.woff2 | bin | 0 -> 79444 bytes |
-rw-r--r-- | web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2 | bin | 0 -> 13584 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/web_src/fomantic/build/themes/default/assets/fonts/icons.woff2 b/web_src/fomantic/build/themes/default/assets/fonts/icons.woff2 Binary files differnew file mode 100644 index 0000000000..978a681a10 --- /dev/null +++ b/web_src/fomantic/build/themes/default/assets/fonts/icons.woff2 diff --git a/web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2 b/web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2 Binary files differnew file mode 100644 index 0000000000..7e0118e526 --- /dev/null +++ b/web_src/fomantic/build/themes/default/assets/fonts/outline-icons.woff2 |