node-sass-middleware icon indicating copy to clipboard operation
node-sass-middleware copied to clipboard

The code is half-complete, the project is dead

Open Aggtaa opened this issue 3 years ago • 4 comments

Is it supposed to work?

I can see lots of references to this project everywhere, but its not nearly complete and ready for anything, even tests would not pass if only there were any.

When a client requests a css path, middleware compiles a sass file into css, renders it and saves. But when the client requests same path again, it gets a 404 error.

Looking into code, there is a huge piece of it missing that is supposed to render already compiled css files when requested.

So I assume the project havent undergone a single test and, given commit dates, one can guess it never will?

Aggtaa avatar Feb 19 '21 09:02 Aggtaa

@Aggtaa I think the project is dead because the last published was 4years ago. Did you find an alternative to this? I wonder how people really implement sass with node and express.

sameerthekhans avatar May 25 '21 14:05 sameerthekhans

LibSass and Node Sass are deprecated. replace node-sass with sass @keithamus

image72 avatar Jun 12 '21 18:06 image72

I created a pull request to bump node-sass version to 6.0.1 fixes some vulns

toms-place avatar Jun 29 '21 10:06 toms-place

is it possible to @use files? I don't see any of that being compiled

ghost avatar Jul 02 '21 10:07 ghost