I am transforming a ruby plugin to a ruby gem. In the plugin I was able to run
rake gem_name:install
This would install javascript and images into the rails assets directory. Can I automate this, so when i include the gem in mijn gemfile, this is all included automatically?
What is the way of doing this?