This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Revert "Fix missing post compile hook"
This reverts commit
d5fe16e9d0
.
pull/199/head
Andras Boroska
5 years ago
parent
d5fe16e9d0
commit
fc6ea4da44
1 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-2
rebar.config
+ 5
- 2
rebar.config
View File
@ -38,5 +38,8 @@
verbose
]}.
{provider_hooks, [{pre, [{compile, {pc, compile}}]},
{post, [{compile, {pc, clean}}]}]}.
{provider_hooks,
[{pre, [
{compile, {pc, compile}},
{clean, {pc, clean}}
]}]}.
Write
Preview
Loading…
Cancel
Save