mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Put rebar_pre_script in correct app_dir module position
Erroneously put rebar_pre_script at the end of the app_dir modules list in the previous commit.
This commit is contained in:
parent
34647928b2
commit
448e1ea20b
1 changed files with 2 additions and 2 deletions
|
@ -58,6 +58,7 @@
|
||||||
%% Dir specific processing modules
|
%% Dir specific processing modules
|
||||||
{modules, [
|
{modules, [
|
||||||
{app_dir, [
|
{app_dir, [
|
||||||
|
rebar_pre_script,
|
||||||
rebar_protobuffs_compiler,
|
rebar_protobuffs_compiler,
|
||||||
rebar_neotoma_compiler,
|
rebar_neotoma_compiler,
|
||||||
rebar_asn1_compiler,
|
rebar_asn1_compiler,
|
||||||
|
@ -72,8 +73,7 @@
|
||||||
rebar_escripter,
|
rebar_escripter,
|
||||||
rebar_edoc,
|
rebar_edoc,
|
||||||
rebar_xref,
|
rebar_xref,
|
||||||
rebar_post_script,
|
rebar_post_script
|
||||||
rebar_pre_script
|
|
||||||
]},
|
]},
|
||||||
|
|
||||||
{rel_dir, [
|
{rel_dir, [
|
||||||
|
|
Loading…
Reference in a new issue