2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-13 16:56:33 +00:00

Merge pull request #685 from pratu16x7/revert-684-theme

Revert "get frappe_theme for foundation"
This commit is contained in:
Ameya Shenoy 2018-07-03 13:30:30 +05:30 committed by GitHub
commit 2fb6e46337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,8 +141,6 @@ 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)