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

Rake Task and Zshell Problem #1

Closed paulkoegel closed 11 years ago

paulkoegel commented 11 years ago

had to add this to my ~/.zshrc to run the rake task:

alias rake='noglob rake'

cf.: https://github.com/robbyrussell/oh-my-zsh/issues/433

jhilden commented 11 years ago

Thanks for sharing