Skip to content

Commit

Permalink
Allow running phx.digest.clean task multiple times (#6063)
Browse files Browse the repository at this point in the history
  • Loading branch information
michallepicki authored Jan 24, 2025
1 parent 4b92413 commit 72d8510
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mix/tasks/phx.digest.clean.ex
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ defmodule Mix.Tasks.Phx.Digest.Clean do
Mix.Task.run("compile", all_args)
end

Mix.Task.reenable("phx.digest.clean")

{:ok, _} = Application.ensure_all_started(:phoenix)

{opts, _, _} = OptionParser.parse(all_args, switches: @switches, aliases: [o: :output])
Expand Down

0 comments on commit 72d8510

Please sign in to comment.