From 30f9a0f94ba3476d1405cf697870584804a41e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 27 Aug 2015 09:42:59 +0200 Subject: Add support for 'compile' step for plugins Fixes riak_control generating JS files. --- core/deps.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/deps.mk') diff --git a/core/deps.mk b/core/deps.mk index c3842d1..44b822e 100644 --- a/core/deps.mk +++ b/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() -- cgit v1.2.3