- Mar 02, 2025
-
-
Moser, Maximilian authored
* also add `.npmrc` which will likely be needed for PNPM support * this is the extent for our PNPM support right now, as further changes in `invenio-cli` are required * this is based on work from Alex (CERN) and Christoph (TU Graz)
-
- Sep 17, 2024
-
-
Moser, Maximilian authored
-
- Jun 18, 2024
-
-
Moser, Maximilian authored
-
- Aug 25, 2023
-
-
Moser, Maximilian authored
-
- Apr 24, 2023
-
-
Moser, Maximilian authored
* chase frontend build project changes in Invenio-Assets * also many thanks to ULB Münster for the help here!
-
- 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
-