You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/09/09 14:38:00 UTC

[jira] [Commented] (AIRAVATA-3650) Switch from node-sass to dart-sass for sass compilation

    [ https://issues.apache.org/jira/browse/AIRAVATA-3650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17602380#comment-17602380 ] 

ASF subversion and git services commented on AIRAVATA-3650:
-----------------------------------------------------------

Commit ba4cb0268f783f531849e98665038cd3b7b1c3b3 in airavata-django-portal's branch refs/heads/staging from Marcus Christie
[ https://gitbox.apache.org/repos/asf?p=airavata-django-portal.git;h=ba4cb026 ]

AIRAVATA-3650 Switch from node-sass to dart-sass


> Switch from node-sass to dart-sass for sass compilation
> -------------------------------------------------------
>
>                 Key: AIRAVATA-3650
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-3650
>             Project: Airavata
>          Issue Type: Improvement
>          Components: Django Portal
>            Reporter: Marcus Christie
>            Assignee: Marcus Christie
>            Priority: Major
>
> There are a couple of issues with using node-sass:
> - [node-sass (and libsass which it depends on) is deprecated|https://sass-lang.com/blog/libsass-is-deprecated]
> - it is [very particular about what versions of node-sass work with what versions of Node|https://github.com/sass/node-sass#node-version-support-policy]. In the past, upgrades to the version of Node have broken the build because the newer version of Node didn't work with the version of node-sass we were using. See AIRAVATA-3536 for an example
> -- this has downstream affects too on Django apps
> Upgrading to the recommended dart-sass should fix both of these issues



--
This message was sent by Atlassian Jira
(v8.20.10#820010)