Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
SisMaker
/
rebar3
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Projects
0
Versões
62
Wiki
Atividade
Ver código fonte
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 anos atrás
pai
34647928b2
commit
448e1ea20b
1 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-2
ebin/rebar.app
+ 2
- 2
ebin/rebar.app
Ver arquivo
@ -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, [
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar