2
0
mirror of https://github.com/frappe/bench.git synced 2025-02-11 15:18:34 +00:00

better way to install docs

This commit is contained in:
Rushabh Mehta 2018-06-14 13:29:37 +05:30
parent 9f917f8464
commit c1a8be4791

View File

@ -142,7 +142,7 @@ def get_app(git_url, branch=None, bench_path='.', build_asset_files=True, verbos
if repo_name=='erpnext':
get_app('https://github.com/erpnext/foundation', bench_path = bench_path,
branch= 'master', post_process = False)
branch= 'master', postprocess = False)
if build_asset_files:
build_assets(bench_path=bench_path)