- Sep 22, 2024
-
-
Moser, Maximilian authored
* also add `uv.lock` to gitignore * remove `package.json` from gitignore, because hatchling bases its default list of ignore/include files on the VCS ignore files
-
- Mar 14, 2024
-
-
Moser, Maximilian authored
* Pipfile isn't taken into account when installing Python packages via `pip install`, so the Flask-Session-Captcha pin wasn't taken into account in our deployment
-
- Feb 29, 2024
-
-
Tsepelakis, Sotirios authored
* Ensure that tests will work in a virtual environment
-
- Nov 23, 2022
-
-
Moser, Maximilian authored
-
- Jul 14, 2022
-
-
Moser, Maximilian authored
* separate the webpack build config from the frontend assets, because keeping them together caused some unexpected behaviour (e.g. copying over directories in unexpected places) * move the background images (*.webp) from the statics to the assets, in order to get rid of this incomprehensible alias in webpack.py and make it clearer how and why the frontend build works * add some comments explaining behaviour that is not immediately clear
-
- Sep 27, 2021
-
-
* allows us to install a custom webpack.config.js * copy the assets files from invenio-assets as a base * AVIF is a newer image format than WebP with smaller file sizes -however, it is not as widely supported by browsers yet * convert images to webp
-
- Mar 01, 2021
-
-
Moser, Maximilian authored
-
- Nov 26, 2020
-
-
Moser, Maximilian authored
-