Class: Bently::TwitterBootstrapRails
- Inherits:
-
RailsRecipe
- Object
- Recipe
- RubyRecipe
- RailsRecipe
- Bently::TwitterBootstrapRails
- Defined in:
- lib/bently/recipe/twitter-bootstrap-rails.rb
Constant Summary
Constants inherited from RubyRecipe
Instance Method Summary collapse
-
#initialize ⇒ TwitterBootstrapRails
constructor
A new instance of TwitterBootstrapRails.
Methods inherited from RailsRecipe
Methods inherited from RubyRecipe
Methods inherited from Recipe
#append, breakdown, category, #code, #create, description, homepage, #insert, #modify, #operate, #operations, #prepend, #remove, #requirement, #run, #say, title, #todo, #usage, version, #warn
Constructor Details
#initialize ⇒ TwitterBootstrapRails
Returns a new instance of TwitterBootstrapRails.
10 11 12 13 14 15 16 |
# File 'lib/bently/recipe/twitter-bootstrap-rails.rb', line 10 def initialize gem 'therubyracer' gem 'less-rails' gem 'twitter-bootstrap-rails', '~> 2.2.0' bundle generate 'bootstrap:install less' end |