-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error trying to load gem middleman-bootstrap-navbar #3
Comments
Well, I'm guessing that this has something to do with trying to run this on Windows... 😺 |
When I remove |
Having the same issue here. Removing
|
@sman591 Are you on Windows as well? |
@manuelmeurer No, OS X. I can upload a sample app tomorrow |
@sman591 @Gochojr What version of middleman-bootstrap-navbar are you using? Can you try to open a IRB or Pry session and simply require the gem there to see if that works? |
@manuelmeurer The very same here, brand new instance of Middleman.
config.rb:
Gemfile
|
Sorry for the late response. Please try v3 which I just pushed, it should work with Middleman v3 and v4 now. |
I am using middleman static website generation gem to develop a website. I want to include the bootstrap navbar into index file so i installed middleman-bootstrap-navbar gem.
Here is my
config.rb
Here is my
gemfile
Here is my
all.js
Here is my
site.css.sass
I Run bundle install after installing all necessary gems and restarted my server at LiveReload ip
bundle exec middleman
. I got this error afterwards:screenshot of the error in mysysgit
please help.
PS: Sorry I couldnt paste the error code here. That feature is not enabled in mysysgit bash.
The text was updated successfully, but these errors were encountered: