I have a middleman server running fine on the trunk part of my repository. when I try to start middleman on a branch, I get the following error:
Guard is now watching at '/Users/name.lastname/Foo/foo-html/branches/foo-html-1.2/src/main/resources/assets' /Users/name.lastname/.rvm/gems/ruby-1.9.3-p327/gems/middleman-2.0.15.3/lib/middleman/core_extensions/features.rb:82:in `class_eval': cannot load such file -- helpers/application_helper (LoadError)
I use terminal to get to the relevant folder and use "bundle exec middleman". It looks like a path issue, something relative to the current directory when I run that command. What files should I look at to edit middleman's settings ?