Skip to content

Commit

Permalink
Default :keep_assets to nil to eliminate cap-doctor warning. (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPoll committed Jun 30, 2023
1 parent 6f1dea2 commit 75f0312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/capistrano/tasks/assets.rake
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,6 @@ namespace :load do
release_path.join("public", fetch(:assets_prefix), pattern)
end
}
set :keep_assets, nil
end
end

0 comments on commit 75f0312

Please sign in to comment.