You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
Skeletons are meant to quick-start new projects, and if you are transitioning to brunch, perhaps a better way would be to inspect the skeleton sources and try and adapt them to your app by hand.
That said, silently overwriting files does seem like an issue and should be addressed (and thanks for raising it!). I'm thinking either not overwriting at all and printing warnings, or prompting the user what to do are the ways to improve.
Description
While I am converting my projects to use brunch, with a folder structure
app > assets > index.html
Running
touches the app folder contents and overwrites existing files.
Expected behavior
Should not touch the files in the
app/
folder.Actual behavior
Tell us what actually happens.
If at all possible, please create a small demo app on GitHub that demonstrates the issue so it's easier for us to check and debug.
Environment
package.json
contentsbrunch config contents
The text was updated successfully, but these errors were encountered: