[minor] moved wn-web.js and wn-web.css to memcache

This commit is contained in:
Anand Doshi 2013-09-26 17:54:51 +05:30
parent f879a9dc2e
commit c875300fe2

View File

@ -65,9 +65,6 @@ def check_if_expired():
raise webnotes.AuthenticationError raise webnotes.AuthenticationError
def on_build(): def on_build():
from website.doctype.website_settings.make_web_include_files import make
make()
from home.page.latest_updates import latest_updates from home.page.latest_updates import latest_updates
latest_updates.make() latest_updates.make()