Skip to content

Commit

Permalink
reenable phx.digest task
Browse files Browse the repository at this point in the history
  • Loading branch information
Chulki Lee committed Mar 16, 2024
1 parent b07c130 commit 32cbd7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/mix/tasks/phx.digest.ex
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ defmodule Mix.Tasks.Phx.Digest do
def run(all_args) do
# Ensure all compressors are compiled.
Mix.Task.run "compile", all_args
Mix.Task.reenable("phx.digest")

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

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

0 comments on commit 32cbd7e

Please sign in to comment.