mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-24 05:31:57 +00:00
Dev (#3)
* isort * manifest updated * manifest updated * tests * tests modify
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user