webpack: Move activity js to webpack.

This commit is contained in:
Mehanig 2017-05-24 15:23:44 -07:00 committed by Tim Abbott
parent f9c5086658
commit 2c6f2fb93a
3 changed files with 2 additions and 7 deletions

View File

@ -9,7 +9,7 @@
{% block customhead %} {% block customhead %}
{{ super() }} {{ super() }}
{{ minified_js('activity')|safe }} {{ render_bundle('activity') }}
{% stylesheet 'activity' %} {% stylesheet 'activity' %}
{% endblock %} {% endblock %}

View File

@ -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"

View File

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