8 lines
181 B
Python
Raw Normal View History

2012-12-17 16:14:08 +05:30
import webnotes
def execute():
# build wn-web.js and wn-web.css
from website.helpers.make_web_include_files import make
make()
import website.utils
website.utils.clear_cache()