generate-custom-icon-webfont: Replace with webpack webfonts-loader.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2019-07-17 21:47:06 -07:00
committed by Tim Abbott
parent 586aaddcc0
commit ab89f40a66
15 changed files with 127 additions and 77 deletions

View File

@@ -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',