This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
jiffy
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
62
Wiki
Activity
瀏覽代碼
Revert "Fix missing post compile hook"
This reverts commit
d5fe16e9d0
.
pull/199/head
Andras Boroska
4 年之前
父節點
d5fe16e9d0
當前提交
fc6ea4da44
共有
1 個文件被更改
,包括
5 次插入
和
2 次删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-2
rebar.config
+ 5
- 2
rebar.config
查看文件
@ -38,5 +38,8 @@
verbose
verbose
]}.
]}.
{provider_hooks, [{pre, [{compile, {pc, compile}}]},
{post, [{compile, {pc, clean}}]}]}.
{provider_hooks,
[{pre, [
{compile, {pc, compile}},
{clean, {pc, clean}}
]}]}.
Write
Preview
Loading…
取消
儲存