2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-08 00:04:38 +00:00

get frappe_theme for foundation

This commit is contained in:
Ameya Shenoy 2018-06-26 14:06:49 +05:30
parent f1e9ab0f9f
commit 2395e242cb

View File

@ -141,6 +141,8 @@ def get_app(git_url, branch=None, bench_path='.', build_asset_files=True, verbos
branch= 'master', postprocess = False)
if repo_name=='erpnext':
get_app('https://github.com/frappe/frappe_theme', bench_path = bench_path,
branch= 'master', postprocess = False)
get_app('https://github.com/erpnext/foundation', bench_path = bench_path,
branch= 'master', postprocess = False)