SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 4a89b83c authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Rename bundle for apimail

parent f3bae3ef
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
{% load static %}
{% block headsup %}
{% render_bundle 'vue' 'css' %}
{% render_bundle 'apimail' 'css' %}
{% endblock headsup %}
{% block content %}
......@@ -16,5 +16,5 @@
{% endblock content %}
{% block footer_script %}
{% render_bundle 'vue' 'js' %}
{% render_bundle 'apimail' 'js' %}
{% endblock footer_script %}
......@@ -19,7 +19,7 @@ module.exports = {
"./scipost/static/scipost/assets/js/fader.js",
"./scipost/static/scipost/assets/js/newsticker.js",
],
vue: [
apimail: [
"./apimail/static/apimail/assets/vue/messages_table.js",
],
},
......
......@@ -19,7 +19,7 @@ module.exports = {
"./scipost/static/scipost/assets/js/fader.js",
"./scipost/static/scipost/assets/js/newsticker.js",
],
vue: [
apimail: [
"./apimail/static/apimail/assets/vue/messages_table.js",
],
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment