I'm currently trying to develop a rails engine and i would like to use twitter boostrap rails in this engine. I've already added the gem to my dependencies in the gemspec file but there's rails generators that need to be executed to run properly . How could i run the twitter boostrap generators automatically when the engine is installed ?
thanks