Skip to content

Commit

Permalink
renable assets
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrobbie committed Feb 18, 2015
1 parent 489a55a commit 29b61e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Capfile
@@ -1,7 +1,7 @@
load 'deploy' if respond_to?(:namespace) # cap2 differentiator

# Uncomment if you are using Rails' asset pipeline
# load 'deploy/assets'
load 'deploy/assets'

Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ gem 'pg'
gem 'awesome_nested_set'

gem 'capistrano', '2.15.4'
gem 'rvm-capistrano', git: 'https://github.com/wayneeseguin/rvm-capistrano.git'
gem 'rvm-capistrano', git: 'https://github.com/wayneeseguin/rvm-capistrano.git', require: false
gem 'i18n', '~> 0.6.1'

# Use bootstrap and formtastic all nicely:
Expand Down

0 comments on commit 29b61e1

Please sign in to comment.