-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
faster wasp devImprovements that make developing Wasp itself faster and easier.Improvements that make developing Wasp itself faster and easier.
Description
There are several strange and undocumented behaviors with dope.sh
. Some are desirable, others likely aren't.
- We've designed
dope.sh
to ignorepackage-lock.json
in the template directory. This was done on purpose becausepackage-lock.json
is only useful for us and we don't ship it as a part of the template. - It ignores untracked files. I am not sure if this in on purpose or an accidental side effect. In any case, we should document it in the README.
- Problems emerge when you rename a file that's in the diff. Doing so creates conflicts that
dope.sh
doesn't know how to resolve. We should investigate this and fix it or document it.
Metadata
Metadata
Assignees
Labels
faster wasp devImprovements that make developing Wasp itself faster and easier.Improvements that make developing Wasp itself faster and easier.