Skip to content

Commit

Permalink
global: upgrade to invenio-assets v3
Browse files Browse the repository at this point in the history
* upgrades the instance to webpack 5
* remove unused theme import path
  • Loading branch information
kpsherva committed Jun 9, 2023
1 parent 830d1e3 commit 2c55280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
Site Variables
---------------------*/

/* Default site.variables */
/* Default theme site.variables */
@import '@{themesFolder}/default/globals/site.variables';

/* Packaged site.variables */
@import '@{themesFolder}/@{site}/globals/site.variables';

/* Component's site.variables */
/* Theme's site.variables */
@import (optional) '@{themesFolder}/@{theme}/globals/site.variables';

/* invenio-theme site.variables */
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install_requires =
invenio-db[postgresql,mysql]>=1.1.0,<1.2.0
# Invenio base bundle
invenio-admin>=1.4.0,<1.5.0
invenio-assets>=2.0.0,<3.0.0
invenio-assets>=3.0.0,<4.0.0
invenio-formatter>=1.2.0,<1.3.0
invenio-logging[sentry-sdk]>=1.3.2,<1.4.0
invenio-mail>=1.0.2,<1.1.0
Expand Down

0 comments on commit 2c55280

Please sign in to comment.