mirror of
https://github.com/Cian-H/am-d-model-data-repository.git
synced 2025-12-22 22:11:56 +00:00
First commit
This commit is contained in:
16
site/am_d_model_data_repository/webpack.py
Normal file
16
site/am_d_model_data_repository/webpack.py
Normal file
@@ -0,0 +1,16 @@
|
||||
"""JS/CSS Webpack bundles for AM-D-Model Data Repository."""
|
||||
|
||||
from invenio_assets.webpack import WebpackThemeBundle
|
||||
|
||||
theme = WebpackThemeBundle(
|
||||
__name__,
|
||||
"assets",
|
||||
default="semantic-ui",
|
||||
themes={
|
||||
"semantic-ui": dict(
|
||||
entry={
|
||||
# Add your webpack entrypoints
|
||||
},
|
||||
),
|
||||
},
|
||||
)
|
||||
Reference in New Issue
Block a user