We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8844a32 commit 4960e49Copy full SHA for 4960e49
lib/mix/tasks/gettext.extract.ex
@@ -112,6 +112,9 @@ 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