This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Process deps prior to subdirs so that top-level dependencies work as expected
Dave Smith
15 years ago
parent
9dda9c2578
commit
e66585789d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ebin/rebar.app
+ 1
- 1
ebin/rebar.app
View File
@ -46,8 +46,8 @@
%% any_dir processing modules
{any_dir_modules, [
rebar_require_vsn,
rebar_subdirs,
rebar_deps,
rebar_subdirs,
rebar_templater,
rebar_cleaner
]},
Write
Preview
Loading…
Cancel
Save