I got my first build error yesterday after using Middleman for months. Here’s the sequence of events.
- Unwittingly put a random directory in my project.
- Committed changes
- Tried to build, got an error.
- Discovered random directory and removed it, then committed change.
- Tried to build again.
- Build was successful, but I get an error that it can’t find a file from that erroneous directory.
So how do I clean that up so that I don’t get the build error anymore?