Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined method 'compass_config' #14

Open
AlexEscalante opened this issue Mar 24, 2016 · 1 comment
Open

Undefined method 'compass_config' #14

AlexEscalante opened this issue Mar 24, 2016 · 1 comment

Comments

@AlexEscalante
Copy link

I was able to create my project using this command:

$ bundle exec middleman init acme --template=axyz/middleman-zurb-foundation

But then:

$ bundle exec middleman build
Bundler is using a binstub that was created for a different gem.
This is deprecated, in future versions you may need to `bundle binstub middleman-core` to work around a system/bundle conflict.
/Users/alex/Devel/audelabs/test/acme/config.rb:5:in `evaluate_configuration!': undefined method `compass_config' for #<Middleman::ConfigContext:0x007fa78454f280> (NoMethodError)
from /Users/alex/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/middleman-core-4.1.4/lib/middleman-core/application.rb:327:in `instance_eval'
from /Users/alex/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/middleman-core-4.1.4/lib/middleman-core/application.rb:327:in `evaluate_configuration!'
from /Users/alex/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/middleman-core-4.1.4/lib/middleman-core/application.rb:284:in `initialize'
from /Users/alex/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/middleman-cli-4.1.4/bin/middleman:48:in `new'
from /Users/alex/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/middleman-cli-4.1.4/bin/middleman:48:in `<top (required)>'
from /Users/alex/.rbenv/versions/2.2.2/bin/middleman:23:in `load'
from /Users/alex/.rbenv/versions/2.2.2/bin/middleman:23:in `<main>'

That warning about the bintstub seems strange, you might want to have a look into middleman/middleman#1859 for more info about my previous issue with middleman.

Thanks

@malford89
Copy link

Same problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants