Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hobden committed Sep 7, 2016
1 parent 0add72d commit efba4d1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@
Rake::Task["deploy:set_linked_dirs"].clear

namespace :deploy do
# We need to noop this because otherwise it creates an undesirable symlink
# Ref: https://github.com/capistrano/rails/blob/54da36a2dda5084a3cbe380b4a8f1ba282379f72/lib/capistrano/tasks/assets.rake#L121
task :set_linked_dirs do end

task :set_linked_dirs do
# noop due to cap/rails adding this to the run list
# Ref: https://github.com/capistrano/rails/blob/54da36a2dda5084a3cbe380b4a8f1ba282379f72/lib/capistrano/tasks/assets.rake#L121
end

desc 'Compile assets'
task :compile_assets => [:set_rails_env] do
Expand Down

0 comments on commit efba4d1

Please sign in to comment.