jwarby / jquery-awesome-cursor

jQuery plugin for using FontAwesome icons as custom CSS cursors
https://jwarby.github.io/jquery-awesome-cursor/
MIT License
179 stars 69 forks source link

Remove FontAwesome dependency from Bower #21

Closed hellor0bot closed 8 years ago

hellor0bot commented 8 years ago

When installing via Bower, FontAwesome is installed as a dependancy too. However I'm going to use AwesomeCursor with another icon font, so FontAwesome is not really required.

Could you please remove it from Bower?

Thanks!

jwarby commented 8 years ago

OK, sounds reasonable. I would prefer to mark the dependency as optional, but Bower has no support for doing this. npm does however, so I will make it an optional dependency for npm installs (npm install jquery-awesome-cursor --no-optional).

hellor0bot commented 8 years ago

Thanks!