Skip to content

Commit

Permalink
favicon: Add the OpenData favicon instead of the invenio
Browse files Browse the repository at this point in the history
  • Loading branch information
psaiz committed Feb 28, 2024
1 parent 1dee9b3 commit 81d791e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/create-instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,8 @@ cd node_modules/ispy-webgl \
&& rm package-lock.json

cernopendata collect -v
# The collect takes the files in order. Some files, like the favicon, are provided by invenio_theme, and they should
# be overwritten with the ones from opendata.
for d in $(find /code/cernopendata/modules/theme/static/ -type 'f' | sed 's/\/code\/cernopendata\/modules\/theme\/static//' ) ; do cp --remove-destination /code/cernopendata/modules/theme/static${d} ${INVENIO_INSTANCE_PATH}/static${d}; done;

cernopendata webpack clean buildall
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"SQLAlchemy==1.4.49 ",
# Pin Flask-SQLAlchemy version due to apply_driver_hacks
"Flask-SQLAlchemy==3.0.0",
"Flask-Alembic==2.0.1",
# Pin Celery due to worker runtime issues
"celery==5.2.7",
# Pin XRootD consistently with Dockerfile
Expand Down

0 comments on commit 81d791e

Please sign in to comment.