decioferreira / bootstrap-generators

Bootstrap-generators provides Twitter Bootstrap generators for Rails
MIT License
353 stars 77 forks source link

bootstrap generators appear not to generate anything #27

Closed JohnMerlino1 closed 10 years ago

JohnMerlino1 commented 10 years ago

I was reading over this gem in the rubygems site: https://rubygems.org/gems/bootstrap-generators

Documentation states that when you run a rails generate command such as one below: rails generate scaffold post title body:text published:boolean

that is should generate bootstrap templates.

I assume that means it will add a corresponding sass file to the controller in the assets/stylesheets directory. But I see nothing bootstrap related after running the generate command.

What might I be missing?

decioferreira commented 10 years ago

Did you run the bootstrap:install generator? (https://github.com/decioferreira/bootstrap-generators#generators)

rails generate bootstrap:install