Skip to content

Commit

Permalink
Add TODO about castore and jason
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 23, 2024
1 parent 0b3dec5 commit 2ae9d98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/lib/mix/tasks/phx.new.ex
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ defmodule Mix.Tasks.Phx.New do
Mix.shell().info([:green, "* running ", :reset, "mix assets.setup"])

# First compile only builders so we can install in parallel
# TODO: Once we require Erlang/OTP 28, castore and jason may no longer be required
cmd(project, "mix deps.compile castore jason #{Enum.join(builders, " ")}", log: false)
end

Expand Down

0 comments on commit 2ae9d98

Please sign in to comment.