mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
Move tools/download-zxcvbn to tools/setup.
This commit is contained in:
@@ -38,7 +38,7 @@ subprocess.check_call(['bash', '-ex', 'tools/emoji_dump/build_emoji'],
|
||||
stdout=fp, stderr=fp)
|
||||
|
||||
# Download and include zxcvbn.js
|
||||
subprocess.check_call(['bash', '-ex', 'tools/download-zxcvbn'],
|
||||
subprocess.check_call(['bash', '-ex', 'tools/setup/download-zxcvbn'],
|
||||
stdout=fp, stderr=fp)
|
||||
|
||||
# Collect the files that we're going to serve.
|
||||
|
||||
Reference in New Issue
Block a user