Closed Katipo007 closed 5 years ago
Hey Katipo, did you by any chance add these files into a vendored folder? Or did you add them in the .gitignore
file? Thats the only reason I could think of that should delete the files. If not, I'd love to reproduce this, because this is a horrible bug 😅
Hey!
Unfortunately it isn't anything like that. I did not add those resources to the .gitignore
and I created a new folder for them (not in the vendored folder).
OS: Windows 10
Steps to reproduce:
catalyst init
in that directorycatalyst install
catalyst install
again (say for a dependency library update)I'll also have a look into the catalyst code myself when I get the chance :)
That definately doesn't sound right! Thanks for the extensive report, I will be looking into this very soon :)
@Katipo007 thanks! You uncovered a very big bug that I've never spotted (because I have always been testing with already-existing files). Adding resources after the vendor
folder would cause issues in the old version, so this is 100% reproducable and very dangerous. Thanks again!
I have a clean project I started to try out Catalyst, I successfully required and installed some packages, but after I added some new (project-specific) scrips and ran
catalyst install
again it deletes those files (.gml
,.yy
and view files included).No errors or warnings were given by Catalyst
Version 0.2.0-alpha