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

Compiler was not able to output to paths where some folder did not exist yet #209

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AlexAti
Copy link

@AlexAti AlexAti commented Nov 28, 2024

The compiler uses until now the spit function to create the file where the output Is written.

Typically outputs of the compiler are written to a target or public folder that holds autogenerated css, js, html. It is not untypical that a cleaning workflow removes the whole folder that contains autogenerated files, and that would mean that next runs of the compiler would not be able to complete the action as the folder no longer exists.

There is an existing function precisely for this, to be called before spit. I've just added it.

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

Successfully merging this pull request may close these issues.

2 participants