Просмотр исходного кода

Add support for 'compile' step for plugins

Fixes riak_control generating JS files.
Loïc Hoguin 9 лет назад
Родитель
Сommit
30f9a0f94b
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      core/deps.mk

+ 2 - 1
core/deps.mk

@@ -434,7 +434,8 @@ define dep_autopatch_rebar.erl
 						end
 				end || P <- Plugins],
 				[RunPlugin(P, preprocess) || P <- Plugins],
-				[RunPlugin(P, pre_compile) || P <- Plugins]
+				[RunPlugin(P, pre_compile) || P <- Plugins],
+				[RunPlugin(P, compile) || P <- Plugins]
 		end
 	end(),
 	halt()