[fix] statics
This commit is contained in:
parent
f98d55b41b
commit
abb6efc3a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue