Skip to content

Conversation

weaverryan
Copy link
Member

@weaverryan weaverryan commented Dec 3, 2020

Hi!

node-sass is deprecated in favor of sass - https://sass-lang.com/blog/libsass-is-deprecated. Encore works exactly the same with both, and sass doesn't require an annoying compile step that sometimes fails anyways.

And also, here is the PR that will change which library is recommended: symfony/webpack-encore#870

I will merge and tag that shortly.

@OskarStark
Copy link
Contributor

Shouldn't this go in 4.4? 🧐

@javiereguiluz javiereguiluz added this to the 4.4 milestone Dec 5, 2020
@javiereguiluz
Copy link
Member

@OskarStark yes! The front-end stuff is (almost always) independent from the Symfony version, so let's merge it in the lowest maintained branch. Thanks!

@wouterj
Copy link
Member

wouterj commented Dec 5, 2020

Thanks Ryan.

#SymfonyHackday

wouterj added a commit that referenced this pull request Dec 5, 2020
This PR was submitted for the 5.2 branch but it was merged into the 4.4 branch instead. Discussion ---------- Prefer sass over node-sass Hi! `node-sass` is deprecated in favor of `sass` - https://sass-lang.com/blog/libsass-is-deprecated. Encore works exactly the same with both, and `sass` doesn't require an annoying compile step that sometimes fails anyways. And also, here is the PR that will change which library is recommended: symfony/webpack-encore#870 I will merge and tag that shortly. Commits ------- 41418b7 Prefer sass over node-sass
@fabpot fabpot closed this Dec 5, 2020
@OskarStark OskarStark deleted the prefer-sass branch December 5, 2020 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment