You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
configure :development do
activate :livereload
activate :bootstrap_navbar
ready do
sprockets.import_asset 'bootstrap.js'
end
configure :build do
end
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: