[feature] generate latest updates page from git commit log
This commit is contained in:
parent
17db115a59
commit
7a600ff29c
1 changed files with 4 additions and 0 deletions
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue