We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting the following when creating a brand new website:
NameError: uninitialized constant Sass Did you mean? SassC /home/calj/.rvm/gems/ruby-2.6.5/gems/middleman-sprockets-4.1.1/lib/middleman-sprockets/resource.rb:90:in `css_response' /home/calj/.rvm/gems/ruby-2.6.5/gems/middleman-sprockets-4.1.1/lib/middleman-sprockets/resource.rb:67:in `source' /home/calj/.rvm/gems/ruby-2.6.5/gems/contracts-0.13.0/lib/contracts/method_reference.rb:43:in `send_to' /home/calj/.rvm/gems/ruby-2.6.5/gems/contracts-0.13.0/lib/contracts/call_with.rb:76:in `call_with' /home/calj/.rvm/gems/ruby-2.6.5/gems/contracts-0.13.0/lib/contracts/method_handler.rb:138:in `block in redefine_method' /home/calj/.rvm/gems/ruby-2.6.5/gems/middleman-sprockets-4.1.1/lib/middleman-sprockets/resource.rb:30:in `block in render' /home/calj/.rvm/gems/ruby-2.6.5/gems/activesupport-5.2.4.4/lib/active_support/notifications.rb:170:in `instrument' /home/calj/.rvm/gems/ruby-2.6.5/gems/middleman-core-4.3.11/lib/middleman-core/util.rb:21:in `instrument' /home/calj/.rvm/gems/ruby-2.6.5/gems/middleman-sprockets-4.1.1/lib/middleman-sprockets/resource.rb:29:in `render' /home/calj/.rvm/gems/ruby-2.6.5/gems/contracts-0.13.0/lib/contracts/method_reference.rb:43:in `send_to' /home/calj/.rvm/gems/ruby-2.6.5/gems/contracts-0.13.0/lib/contracts/call_with.rb:76:in `call_with' /home/calj/.rvm/gems/ruby-2.6.5/gems/contracts-0.13.0/lib/contracts/method_handler.rb:138:in `block in redefine_method' /home/calj/.rvm/gems/ruby-2.6.5/gems/middleman-core-4.3.11/lib/middleman-core/rack.rb:113:in `process_request' /home/calj/.rvm/gems/ruby-2.6.5/gems/middleman-core-4.3.11/lib/middleman-core/rack.rb:67:in `block in call' /home/calj/.rvm/gems/ruby-2.6.5/gems/middleman-core-4.3.11/lib/middleman-core/rack.rb:66:in `catch' /home/calj/.rvm/gems/ruby-2.6.5/gems/middleman-core-4.3.11/lib/middleman-core/rack.rb:66:in `call'
The text was updated successfully, but these errors were encountered:
@calj This is not a issue of the theme. Looks like a problem of middleman-sprockets, see middleman/middleman-sprockets#132.
middleman-sprockets
Sorry, something went wrong.
No branches or pull requests
I'm getting the following when creating a brand new website:
The text was updated successfully, but these errors were encountered: