Reputation: 21
When I create a gem generator, it seems does not work at all. Is there any tutorial you would recommend?
Upvotes: 2
Views: 509
Reputation: 647
My colleague did something similar.
Take a look through that gem and it should be easy enough to replicate.
Instead of directory
you might need template
:
template('app/assets/stylesheets/gemstyles.css', 'app/assets/stylesheets/gemstyles.css')
Upvotes: 1