Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Регистрация
Вход
SisMaker
/
rebar3
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Projects
0
Релизы
62
Вики
Активность
Просмотр исходного кода
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 лет назад
Родитель
34647928b2
Сommit
448e1ea20b
1 измененных файлов
:
2 добавлений
и
2 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+2
-2
ebin/rebar.app
+ 2
- 2
ebin/rebar.app
Просмотреть файл
@ -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, [
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить