mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
generate-custom-icon-webfont: Replace with webpack webfonts-loader.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
586aaddcc0
commit
ab89f40a66
@@ -166,8 +166,7 @@ js_rules = RuleList(
|
||||
'frontend_tests/zjsunit',
|
||||
'frontend_tests/casper_lib/common.js',
|
||||
'frontend_tests/node_tests',
|
||||
'static/js/debug.js',
|
||||
'tools/setup/generate-custom-icon-webfont']),
|
||||
'static/js/debug.js']),
|
||||
'description': 'console.log and similar should not be used in webapp'},
|
||||
{'pattern': r'''[.]text\(["'][a-zA-Z]''',
|
||||
'description': 'Strings passed to $().text should be wrapped in i18n.t() for internationalization',
|
||||
|
||||
Reference in New Issue
Block a user