We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33d745 commit 30bf87dCopy full SHA for 30bf87d
lib/mix/tasks/gettext.extract.ex
@@ -112,9 +112,6 @@ defmodule Mix.Tasks.Gettext.Extract do
112
end
113
114
defp force_compile do
115
- Mix.Tasks.Compile.Elixir.clean()
116
- Enum.each(Mix.Tasks.Compile.Elixir.manifests(), &File.rm/1)
117
-
118
# If "compile" was never called, the reenabling is a no-op and
119
# "compile.elixir" is a no-op as well (because it wasn't reenabled after
120
# running "compile"). If "compile" was already called, then running
0 commit comments