mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
css/webpack: Transition landing-page.css to webpack.
This commit transitions landing-page.css from the Django pipeline to being compiled by webpack as landing-page.scss under the 'landing-page' and 'integration' bundles.
This commit is contained in:
committed by
Tim Abbott
parent
1c016e990d
commit
54bf2a6231
@@ -852,12 +852,6 @@ PIPELINE = {
|
||||
'STYLESHEETS': {
|
||||
# If you add a style here, please update stylesheets()
|
||||
# in frontend_tests/zjsunit/output.js as needed.
|
||||
'landing-page': {
|
||||
'source_filenames': (
|
||||
'styles/landing-page.css',
|
||||
),
|
||||
'output_filename': 'min/landing.css'
|
||||
},
|
||||
'apple_sprite': {
|
||||
'source_filenames': (
|
||||
'generated/emoji/apple_sprite.css',
|
||||
|
||||
Reference in New Issue
Block a user