Splines

Results 59 comments of Splines

Getting rid of `webpacker` does not necessarily mean we have to replace it by `webpack` (without the _er_ at the end). While `webpack` was for a long time the only...

In the new setup, we could also use minification and obfuscation to greatly shrink the frontend bundle sizes. Additionally, we could get rid of properties like `data-cy` for the frontend.

With Rails 8.0 (see #710), we could think about Propshaft + Vite together. See also the [Sprockets -> Propshaft](https://github.com/rails/propshaft/blob/main/UPGRADING.md) update guide.

With regards to SASS/SCSS, we currently get the following deprecation warning > DEPRECATION WARNING [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More...

Maybe related: https://discourse.shrinerb.com/t/mime-type-nil-due-to-marcel-detecting-empty-file-when-it-is-not/210

@fosterfarrell9 Did you fix all aspects of this issue in #506?

This is not important for production as we always start with an already-existing state and only run *new* migrations. However, for development, it might be a good idea to squash...

These are really big files. If we allow a limit of 8GB, our SSDs will fill up pretty quickly for sure. Instead, we should implement a better error message in...

very low prio