railslove / fontello_rails_converter

CLI gem for comfortably working with icon fonts (open, download, convert) from http://fontello.com for usage in Rails apps.
MIT License
73 stars 35 forks source link

Fontello: command not found #13

Closed knagode closed 10 years ago

knagode commented 10 years ago

.. Run "fontello convert" inside your app's root directory.

How to do it properly? It returns:

$ fontello convert .. $ -bash: fontello: command not found

jhilden commented 10 years ago

Seems like the command has not been added to your path. Have you tried bundle exec fontello convert?

knagode commented 10 years ago

$ bundle exec fontello convert $ bundler: command not found: fontello $ Install missing gem executables with bundle install

I checked $ gem list which includes: fontello_rails_converter (0.0.1)

jhilden commented 10 years ago

The command line executable was only added in version 0.1.0 (https://github.com/railslove/fontello_rails_converter/blob/master/CHANGELOG.md) Please upgrade.

jhilden commented 10 years ago

I will just assume that this fixed your issue, so I'm closing this.

knagode commented 10 years ago

Yup. It works now. Thanks.. I am very glad that someone made gem like this .. ;) Awesome!

jhilden commented 10 years ago

Glad you like it

knagode commented 10 years ago

if I install this via: gem 'fontello_rails_converter'

Version 0.0.1 is installed .. And not 0.1.0.

I had to install it with: gem 'fontello_rails_converter', github: "railslove/fontello_rails_converter"

kangguru commented 10 years ago

thats kinda strange, the latest version on ruby gems is 0.3.2 which is equivalent to master is you Gemfile.lock locking it to 0.0.1?

What gives you gem 'fontello_rails_converter' in the Gemfile and then bundle update fontello_rails_converter