Skip to content

Add a script to compare sass compilers

What does this MR do and why?

Add a script to compare sass compilers

This adds a script which compares the two SASS compilers. Simply run it with bash ./scripts/frontend/compare_css_compilers.sh

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

N/A

How to set up and validate locally

  1. Run bash ./scripts/frontend/compare_css_compilers.sh
  2. Run diff -u tmp/css_compare/sassc-rails tmp/css_compare/cssbundling

Merge request reports

Loading