Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
SisMaker
/
rebar3
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Projects
0
Julkaisut
62
Wiki
Toiminta
Selaa lähdekoodia
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.
pull/3/head
Tuncer Ayaz
14 vuotta sitten
vanhempi
34647928b2
commit
448e1ea20b
1 muutettua tiedostoa
jossa
2 lisäystä
ja
2 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
ebin/rebar.app
+ 2
- 2
ebin/rebar.app
Näytä tiedosto
@ -58,6 +58,7 @@
%% Dir specific processing modules
{modules, [
{app_dir, [
rebar_pre_script,
rebar_protobuffs_compiler,
rebar_neotoma_compiler,
rebar_asn1_compiler,
@ -72,8 +73,7 @@
rebar_escripter,
rebar_edoc,
rebar_xref,
rebar_post_script,
rebar_pre_script
rebar_post_script
]},
{rel_dir, [
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna