Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Community-maintained sass plugin #7

Open
binyamin opened this issue May 31, 2021 · 5 comments
Open

Community-maintained sass plugin #7

binyamin opened this issue May 31, 2021 · 5 comments

Comments

@binyamin
Copy link

Suggestion

Create a community-maintained sass plugin. Ideally as @gulp-community/sass on NPM, so it's clear that this isn't just some random, one-time fork. I would be happy to write an implementation, which you could then look over before transferring.

Why

The more popular version, dlmanning/gulp-sass, doesn't look maintained. It hasn't been updated in over a year, and it breaks entirely on recent node versions (dlmanning/gulp-sass#797). It also depends on node-sass, so even if you want dart-sass, node-sass is still built and installed.

@yocontra
Copy link
Member

yocontra commented Jun 2, 2021

@binyamin Thanks for the suggestion - if you want to get started and make the fork we would gladly accept it into the gulp-community org

@vmaurin
Copy link

vmaurin commented Jun 2, 2021

I have been personally using this fork https://github.com/mattdsteele/gulp-dart-sass that is removing node-sass issue, but on the other hand, it removes the ability to pick which sass engine to use, it is also fixing a version of dart-sass and also doesn't seems to be maintained so much

@phated
Copy link
Member

phated commented Jun 6, 2021

The goal of gulp-community was to eventually build a team that was part core-team and part external and fund the work with our open collective. The problem is that none of the maintainers that joined gulp-community stayed around, so these are mostly unmaintained anyway.

@binyamin
Copy link
Author

The popular plugin, dlmanning/gulp-sass, seems to have resumed development. At least, the bugs mentioned are fixed. Closing.

@binyamin
Copy link
Author

binyamin commented Dec 26, 2021

I wrote an implementation anyway. Includes tests, and uses latest dart-sass. I'd love to oversee it as part of gulp-community. https://github.com/binyamin/gulp-sass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants