I just heard about Middleman this week and went right to trying it out. I built out a page and ran bundle exec middleman build
and my css isn’t connecting with the index.html, it seems. In the head
it shows the link tag correctly and at a glance the CSS looks good…
The only thing that may be of more help for anyone to help me is a message I got before the build created all the new files:
The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not.
Slim::EmbeddedEngine is deprecated, it is called Slim::Embedded in Slim 2.0
Slim::EmbeddedEngine is deprecated, it is called Slim::Embedded in Slim 2.0
I got the rubygems message throughout my entire time using Middleman, and there didn’t seem to be any problem. Can anyone help me work this out?
Thanks.