From 2395e242cbc905d3cd84e40f8c0bac59448dbfc2 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Tue, 26 Jun 2018 14:06:49 +0530 Subject: [PATCH] get frappe_theme for foundation --- bench/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bench/app.py b/bench/app.py index 8f156430..a69231e7 100755 --- a/bench/app.py +++ b/bench/app.py @@ -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)