[build] move latest update to app via event_handlers.on_build

This commit is contained in:
Rushabh Mehta 2013-09-03 17:13:50 +05:30
parent 51f274d773
commit e7c00d657f

View file

@ -26,11 +26,7 @@ def bundle(no_compress, cms_make=True):
on_build()
except ImportError, e:
pass
if not no_compress:
from home.page.latest_updates import latest_updates
latest_updates.make()
def watch(no_compress):
"""watch and rebuild if necessary"""
import time