Skip to content

Commit 4960e49

Browse files
committed
Revert "Removed unnecessary cleaning of Elixir manifests (#423)"
This reverts commit 30bf87d.
1 parent 8844a32 commit 4960e49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/mix/tasks/gettext.extract.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ defmodule Mix.Tasks.Gettext.Extract do
112112
end
113113

114114
defp force_compile do
115+
Mix.Tasks.Compile.Elixir.clean()
116+
Enum.each(Mix.Tasks.Compile.Elixir.manifests(), &File.rm/1)
117+
115118
# If "compile" was never called, the reenabling is a no-op and
116119
# "compile.elixir" is a no-op as well (because it wasn't reenabled after
117120
# running "compile"). If "compile" was already called, then running

0 commit comments

Comments
 (0)