Nibble 0.10.1
What’s fixed
- A site no longer inherits Nibble’s own local git excludes.
bin/setuphides the files Nibble generates but must never commit —config/nibble.yml,config/deploy.yml,.nibble/, the credentials,db/schema.rb— by writing them into.git/info/exclude. A site commits every one of those, so in a site the list was backwards: the files never appeared ingit status, and a generated file left untracked is one a deploy builds without. A theme’s generatedtypes.d.tswent missing from the image this way, failing the build.bin/setupnow leaves a site’s excludes alone.
Upgrade
- If you installed before this release, clear the list once: open
.git/info/exclude, delete everything under# Generated for this checkout, then check whatgit statusreveals. A theme’s.nibble/types.d.tsin particular has to be committed — the production build reads it.