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
Fix missing post compile hook
pull/199/head
Andras Boroska
4 years ago
parent
5d15622eb1
commit
d5fe16e9d0
1 changed files
with
2 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-5
rebar.config
+ 2
- 5
rebar.config
View File
@ -38,8 +38,5 @@
verbose
]}.
{provider_hooks,
[{pre, [
{compile, {pc, compile}},
{clean, {pc, clean}}
]}]}.
{provider_hooks, [{pre, [{compile, {pc, compile}}]},
{post, [{compile, {pc, clean}}]}]}.
Write
Preview
Loading…
Cancel
Save