Project

General

Profile

action #162500

Updated by tinita 27 days ago

## Motivation 
 We need sassc because what we currently use is rubygem-sass and that is seen as obsolete by upstream so we need to switch to a supported solution, see https://sass-lang.com/ruby-sass/ 

 ## Suggestions 
 * There is already a PR for using sassc: https://github.com/mojolicious/mojo-assetpack/pull/151 Optionally use sassc. sassc 
   There However, CI is some discussion ongoing. currently broken for that module, so PRs don't get accepted. Consider adding a patch in OBS meanwhile 
 * Fix CI for https://github.com/mojolicious/mojo-assetpack 
 * Also consider trying out [CSS::Sass](https://metacpan.org/pod/CSS::Sass) which is already used by AssetPack (if installed) and is a wrapper around libsass as well. 
   (I didn't consider it first because I thought there must be a reason why we used a call to a ruby script instead of using a perl module) 
 * https://sass-lang.com/dart-sass is recommended nowadays but it is not in openSUSE. Check if there are plans to add it

Back