mirror of https://github.com/zulip/zulip.git
webpack: Move activity js to webpack.
This commit is contained in:
parent
f9c5086658
commit
2c6f2fb93a
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
{% block customhead %}
|
{% block customhead %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
{{ minified_js('activity')|safe }}
|
{{ render_bundle('activity') }}
|
||||||
{% stylesheet 'activity' %}
|
{% stylesheet 'activity' %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"activity": "./static/third/sorttable/sorttable.js",
|
||||||
"api": "./static/js/portico/api.js",
|
"api": "./static/js/portico/api.js",
|
||||||
"katex": ["./node_modules/katex/dist/katex.min.js"],
|
"katex": ["./node_modules/katex/dist/katex.min.js"],
|
||||||
"translations": "./static/js/translations.js"
|
"translations": "./static/js/translations.js"
|
||||||
|
|
|
@ -1000,12 +1000,6 @@ JS_SPECS = {
|
||||||
],
|
],
|
||||||
'output_filename': 'min/app.js'
|
'output_filename': 'min/app.js'
|
||||||
},
|
},
|
||||||
'activity': {
|
|
||||||
'source_filenames': [
|
|
||||||
'third/sorttable/sorttable.js',
|
|
||||||
],
|
|
||||||
'output_filename': 'min/activity.js'
|
|
||||||
},
|
|
||||||
'stats': {
|
'stats': {
|
||||||
'source_filenames': [
|
'source_filenames': [
|
||||||
'js/stats/stats.js',
|
'js/stats/stats.js',
|
||||||
|
|
Loading…
Reference in New Issue