1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 23:38:37 +00:00

Update makefile

This commit is contained in:
zhengxie 2017-09-12 14:27:21 +08:00
parent f364946310
commit 74643bf676

View File

@ -9,7 +9,7 @@ dist: locale uglify statici18n collectstatic
locale:
@echo "--> Compile locales"
django-admin.py compilemessages
django-admin.py compilemessages && cd seahub/two_factor && django-admin.py compilemessages
@echo ""
uglify: