mateimarica / mateimarica.dev

Personal website with an Express.js backend.
https://mateimarica.dev
MIT License
0 stars 0 forks source link

SASS files are not deleted after being compiled to CSS #25

Closed mateimarica closed 1 month ago

mateimarica commented 1 year ago

SASS files are still accessible after compile-sass.js runs. The CSS file should be deleted at runtime after being compiled.

Eg: https://files.mateimarica.dev/styles/main.scss (this should not be accessible) https://files.mateimarica.dev/styles/main.css