* isort

* manifest updated

* manifest updated

* tests

* tests modify
This commit is contained in:
mb-wali
2020-05-01 19:35:42 +02:00
committed by GitHub
parent 3a8e867411
commit 15ff93aa22
5 changed files with 31 additions and 10 deletions

View File

@@ -2,13 +2,13 @@
#
# Copyright (C) 2020 TUGRAZ.
#
# invenio-theme-tugraz is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
# invenio-theme-tugraz is free software.
"""JS/CSS Webpack bundles for theme."""
from flask_webpackext import WebpackBundle
def theme():
"""Returns module's webpack bundle.
@@ -20,7 +20,6 @@ def theme():
'assets',
entry={
# TODO:
#'invenio-theme-tugraz-js': './js/invenio_tugraz_theme/tugraz.js',
},
dependencies={
'jquery': '3.1.0'