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

headless and build commands are inverted #9

Closed
alexandrpunk opened this issue Dec 9, 2022 · 5 comments
Closed

headless and build commands are inverted #9

alexandrpunk opened this issue Dec 9, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@alexandrpunk
Copy link

I was trying to build some templates with the command vituum build , but every time, the views folder from the output directory was been deleted. It was until I tried the command vituum headless that finally the views folder wasn't deleted.

@lubomirblazekcz
Copy link
Member

it's not deleted, the files from views should be copied to output directory directly without the views dir. And headless build should not build views dir at all, it's a headless build without templates.

@lubomirblazekcz lubomirblazekcz added the question Further information is requested label Dec 10, 2022
@alexandrpunk
Copy link
Author

it's not deleted, the files from views should be copied to output directory directly without the views dir. And headless build should not build views dir at all, it's a headless build without templates.

Yes, that's the behavior I was expecting after reading the documentation, but as I explained the commands are inverted, this monday I will try to upload a video to show the problem.

@lubomirblazekcz lubomirblazekcz added bug Something isn't working and removed question Further information is requested labels Dec 15, 2022
@lubomirblazekcz
Copy link
Member

this might be related to #4, there seems to be problem on Windows

@alexandrpunk
Copy link
Author

this might be related to #4, there seems to be problem on Windows

Yes, the issue was in windows

@lubomirblazekcz
Copy link
Member

should be fixed now in https://github.com/vituum/vituum/releases/tag/0.0.38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants