2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

Merge pull request #684 from codingCoffee/theme

get frappe_theme for foundation
This commit is contained in:
Ameya Shenoy 2018-06-26 14:17:18 +05:30 committed by GitHub
commit 04b954461b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)