Skip to content

Commit

Permalink
added barista support
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrec1 committed Dec 22, 2010
1 parent b44988b commit d61f7b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -13,6 +13,7 @@ gem "formtastic", ">=1.1.0"
gem "friendly_id", "~>3.0"
gem "compass", ">= 0.10.5"
gem "lemonade", "0.3.4"
gem "barista", ">= 0.5.0"
gem "hoptoad_notifier", ">=2.3.6"
gem "inploy", ">=1.6.8"

Expand Down
1 change: 1 addition & 0 deletions main.rb
Expand Up @@ -24,6 +24,7 @@
generate "devise User"
generate "devise Admin"
generate "rails_admin:install_admin"
generate "barista:install"
run "gem install compass"
run "compass init --using blueprint --app rails --css-dir public/stylesheets"

Expand Down

0 comments on commit d61f7b0

Please sign in to comment.