Skip to content

Setup cssbundling-rails

Lukas 'ai-pi' Eipert requested to merge leipert-replace-sass-check-diff into master

What does this MR do and why?

Setup cssbundling-rails

Add cssbundling-rails and remove sassc-rails from the GitLab project.

cssbundling-rails enhances assets:precompile to invoke yarn build:css. Ran the setup command for `cssbundling-rails

Added a rudimentary build-css script to compile assets using Dart Sass NodeJS

because sassc-rails is not being used, we have to load sprockets/railtie ourselves

Changelog: changed

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports