follmann / middleman-favicon-maker

Generate favicon files in various sizes from a base image in your middleman project
MIT License
114 stars 15 forks source link

Setting favicon_maker_root_dir already defined (RuntimeError) #6

Closed kamui closed 12 years ago

kamui commented 12 years ago

I get this error when I activate middleman-favicon-maker and try to build:

/Users/kamui/.rvm/gems/ruby-1.9.3-p327/bundler/gems/middleman-4ef92481af90/middleman-core/lib/middleman-core/configuration.rb:158:in `define_setting': Setting favicon_maker_root_dir already defined (RuntimeError)
kamui commented 12 years ago

Using options hash instead of app.set seemed to do the trick for me. Also, I moved some defaults out of the after_configuration block.