You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: