[fix] statics

This commit is contained in:
Rushabh Mehta 2014-09-29 16:49:33 +05:30
parent f98d55b41b
commit abb6efc3a0

View file

@ -571,7 +571,7 @@ def build_website(verbose=False):
from frappe.website import render, statics
frappe.connect()
render.clear_cache()
statics.sync(verbose=verbose).start()
statics.sync(verbose=verbose).start(True)
frappe.db.commit()
frappe.destroy()