[minor] moved wn-web.js and wn-web.css to memcache
diff --git a/startup/event_handlers.py b/startup/event_handlers.py
index fc95414..a012611 100644
--- a/startup/event_handlers.py
+++ b/startup/event_handlers.py
@@ -65,9 +65,6 @@
 	raise webnotes.AuthenticationError
 
 def on_build():
-	from website.doctype.website_settings.make_web_include_files import make
-	make()
-	
 	from home.page.latest_updates import latest_updates
 	latest_updates.make()