cristianferrarig / font-awesome-middleman

Font-Awesome web fonts and stylesheets as a Middleman engine
MIT License
51 stars 16 forks source link

not working #9

Closed acandael closed 10 years ago

acandael commented 10 years ago

Hi, I implemented font-awesome-middleman, but it doesn't seem to work in my Middleman 3.3.3 project.

Am I missing something?

my repository is at: https://github.com/acandael/personal-site

Thanks for your help,

Anthony

cristianferrarig commented 10 years ago

Hi Anthony.

This is because you're using other version of font-awesome-middleman (font-awesome-middleman-1.0.1) I recommend you specify the gem version in your Gemfile, like this: gem 'font-awesome-middleman', '~> 4.1.1'

Tell me if this doesn't work. Greatings!

Cristian

Hi, I implemented font-awesome-middleman, but it doesn't seem to work in my Middleman 3.3.3 project.

Am I missing something?

my repository is at: https://github.com/acandael/personal-site

Thanks for your help,

Anthony

— Reply to this email directly or view it on GitHubhttps://github.com/cristianferrarig/font-awesome-middleman/issues/9 .

_ Cristian Ferrari

acandael commented 10 years ago

Hi Cristian,

I realized I forgot to copy the font-awesome folder to my stylesheets folder. Now it's working. I didn't upgrade my font-awesome-middleman gem. Do you think it would still be better to upgrade the font-awesome-middleman gem in my Gemfile?

Thanks for your help,

Anthony

cristianferrarig commented 10 years ago

You don't need copy the font-awesome folder, really.

You only need upgrade your gem: $ gem update font-awesome-middleman

Or better, specify the version in your Gemfile: gem 'font-awesome-middleman', '~> 4.1.1' And execute bundler $ bundle install

I test it with your project and it works! :-) Greetings

acandael commented 10 years ago

hi Cristian, thanks, I upgraded the font-awesome-middleman gem to v. 4.1.1 and it works!

thanks a lot,

Anthony

cristianferrarig commented 10 years ago

Great! :+1: