mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Move the webpack stats files to var/ and deploy root.
static/ serves static files which get copied around per deploy. Since the webpack stats files need a consistent name and change per deploy, they can't live in static/. This fixes a bug that preventing downgrading a Zulip server to an old version.
This commit is contained in:
committed by
Tim Abbott
parent
09043c25ca
commit
01b0ec69d6
1
.gitignore
vendored
1
.gitignore
vendored
@@ -29,6 +29,7 @@ npm-debug.log
|
||||
*.mo
|
||||
var/*
|
||||
.vscode/
|
||||
/webpack-stats-production.json
|
||||
tools/conf.ini
|
||||
tools/custom_provision
|
||||
api/bots/john/assets/var/database.db
|
||||
|
Reference in New Issue
Block a user