Content
You are here:
help developing new theme
Added by John Demeny about 8 years ago
I am trying to create a custom theme. I currently know nothing about ruby. I copied the the dark theme and renamed/changed the files.
I updated the Gemfile.plugins
When I type “bundle install” it returns the following error:
/opt/openproject/vendor/ruby-2.1.6/lib/ruby/2.1.0/rubygems.rb:235:in `bin_path’: can’t find gem bundler (>= 0) (Gem::GemNotFoundException)
from /opt/openproject/bin/bundle:3:in `
’
What am I doing wrong?