Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
rebar3
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
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
15 anni fa
parent
34647928b2
commit
448e1ea20b
1 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-2
ebin/rebar.app
+ 2
- 2
ebin/rebar.app
Vedi File
@ -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, [
Scrivi
Anteprima
Caricamento…
Annulla
Salva