Munter / express-compile-sass

Express middleware to compile sass in the HTTP stream
15 stars 3 forks source link

And the compiled files are where? #295

Open adamjgrant opened 5 years ago

adamjgrant commented 5 years ago

I didn't see in the documentation where the compiled files actually go to, or how to specify this location. So far everything seems to be "working" but the compiled css files are nowhere to be found.

Munter commented 5 years ago

Sorry for the long response time, this project is not really in my daily feed anymore.

The compilation results are all in memory only, sent directly to the client. There is no disk persistence implemented