I’m so upset.
I was running along, building a site, the middleman server was serving things up.
Then I shut it down to check everything into github, and now, anytime I run bundle exec middleman s
, it gives an error:
$ bundle exec middleman s
bundler: failed to load command: middleman (/usr/local/bin/middleman)
LoadError: cannot load such file -- less
/usr/local/lib/ruby/gems/2.4.0/gems/tilt-2.0.7/lib/tilt/less.rb:2:in `require'
So I install the less gem.
Then it tells me it needs “therubyracer” gem as well.
Why did it run the first time, but not the second?
Why aren’t these things included in the installation Gemfile?