mirror of
https://github.com/frappe/bench.git
synced 2024-11-13 16:56:33 +00:00
Removed foundation dependency (#763)
This commit is contained in:
parent
11de4f1cb7
commit
fd4be52e32
@ -135,14 +135,6 @@ def get_app(git_url, branch=None, bench_path='.', build_asset_files=True, verbos
|
|||||||
install_app(app=app_name, bench_path=bench_path, verbose=verbose)
|
install_app(app=app_name, bench_path=bench_path, verbose=verbose)
|
||||||
|
|
||||||
if postprocess:
|
if postprocess:
|
||||||
# get apps for docs
|
|
||||||
if repo_name=='frappe':
|
|
||||||
get_app('https://github.com/frappe/frappe_io', bench_path = bench_path,
|
|
||||||
branch= 'master', postprocess = False)
|
|
||||||
|
|
||||||
if repo_name=='erpnext':
|
|
||||||
get_app('https://github.com/erpnext/foundation', bench_path = bench_path,
|
|
||||||
branch= 'master', postprocess = False)
|
|
||||||
|
|
||||||
if build_asset_files:
|
if build_asset_files:
|
||||||
build_assets(bench_path=bench_path)
|
build_assets(bench_path=bench_path)
|
||||||
|
Loading…
Reference in New Issue
Block a user