[Aggregator | new-theme]: angular.json: Update UIKIT scripts (get them from the "openaire-theme" folder instead of the "common-assets").

This commit is contained in:
Konstantina Galouni 2022-05-16 16:42:03 +03:00
parent bdda998127
commit 0bd5589342
1 changed files with 2 additions and 3 deletions

View File

@ -50,9 +50,8 @@
"src/material.scss"
],
"scripts": [
"src/assets/common-assets/common/jquery.js",
"src/assets/common-assets/common/uikit.min.js",
"src/assets/common-assets/common/uikit-icons.min.js",
"src/assets/openaire-theme/js/uikit.min.js",
"src/assets/openaire-theme/js/uikit-icons.min.js",
"node_modules/jquery/dist/jquery.js"
]
},