[build] move latest update to app via event_handlers.on_build
This commit is contained in:
parent
51f274d773
commit
e7c00d657f
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue