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 %}
{{ super() }}
{{ minified_js('activity')|safe }}
{{ render_bundle('activity') }}
{% stylesheet 'activity' %}
{% endblock %}

View File

@ -1,4 +1,5 @@
{
"activity": "./static/third/sorttable/sorttable.js",
"api": "./static/js/portico/api.js",
"katex": ["./node_modules/katex/dist/katex.min.js"],
"translations": "./static/js/translations.js"

View File

@ -1000,12 +1000,6 @@ JS_SPECS = {
],
'output_filename': 'min/app.js'
},
'activity': {
'source_filenames': [
'third/sorttable/sorttable.js',
],
'output_filename': 'min/activity.js'
},
'stats': {
'source_filenames': [
'js/stats/stats.js',