From 620ee04ca8a9b0dfb93f71b00611a29b1b010cf0 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Thu, 17 Jul 2014 15:45:30 +0530 Subject: [PATCH] build after init, fix #27 --- bench/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bench/utils.py b/bench/utils.py index 62464014..2ebc5aaf 100644 --- a/bench/utils.py +++ b/bench/utils.py @@ -40,6 +40,7 @@ def init(path): setup_procfile(bench=path) setup_backups(bench=path) setup_auto_update(bench=path) + exec_cmd("{frappe} --build".format(frappe=get_frappe(bench=path)), cwd=os.path.join(path, 'sites')) def exec_cmd(cmd, cwd='.'): try: