[feature] generate latest updates page from git commit log

This commit is contained in:
Rushabh Mehta 2013-07-09 14:36:40 +05:30
parent 17db115a59
commit 7a600ff29c

View file

@ -43,6 +43,10 @@ def bundle(no_compress, cms_make=True):
# build index.html and app.html
from website.helpers.make_web_include_files import make
make()
if not no_compress:
from home.page.latest_updates import latest_updates
latest_updates.make()
def watch(no_compress):
"""watch and rebuild if necessary"""