Why I Am Growing To Hate Middleman
Ok…so there is this app that allows you to create static sites. Awesome!
But in the last few days, I have been growing to hate it.
Its a great help when it comes to launching a website, which I can barely do. But for me–it has also become a hindrance at the same time.
And here are some reasons why:
1. Middleman is huge
Basically you can install this as a gem in ruby. Great right. Ruby is awesome like that. But it comes with so much stuff, and folders, etc…that it can be hard to figure out what is going wrong when you are deploying your website. At least it is for me, maybe because I am a beginner.
2. Middleman, and Git, and screwing yourself in the terminal
Yes, I have done this. I have tried to do a middleman build, and ended up somehow messing stuff up. Not committing to the right git repository etc…. I know, I know, its a user error. But, when in doubt, blame the software…
...