webpack: Transition activity.css to use webpack.

The activity.scss file is added to activity bundle.
This commit is contained in:
Priyank Patel 2018-05-03 13:05:30 +00:00 committed by Tim Abbott
parent c00a054893
commit c780bc33ba
4 changed files with 4 additions and 9 deletions

View File

@ -10,7 +10,6 @@
{% block customhead %}
{{ super() }}
{{ render_bundle('activity') }}
{% stylesheet 'activity' %}
{% endblock %}
{% block content %}

View File

@ -1,5 +1,8 @@
{
"activity": "./static/third/sorttable/sorttable.js",
"activity": [
"./static/third/sorttable/sorttable.js",
"./static/styles/activity.scss"
],
"portico": [
"./static/js/portico/header.js",
"./static/styles/portico-styles.scss"

View File

@ -860,13 +860,6 @@ PIPELINE = {
'STYLESHEETS': {
# If you add a style here, please update stylesheets()
# in frontend_tests/zjsunit/output.js as needed.
'activity': {
'source_filenames': (
'styles/activity.css',
'third/thirdparty-fonts.css',
),
'output_filename': 'min/activity.css'
},
'stats': {
'source_filenames': ('styles/stats.css',),
'output_filename': 'min/stats.css'