mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-5456] improved theming bundling (#7180)
* theming barrel file for core * card-view theme * clipboard theme * rename core theme files * content services themes * process services theme * process services cloud theme * insights theming * try fix flaky test
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
||||
"dest": "../dist/core/",
|
||||
"assets": [
|
||||
"./styles/**/*.scss",
|
||||
"./theming/**/*.scss",
|
||||
"./**/*.theme.scss"
|
||||
],
|
||||
"whitelistedNonPeerDependencies": [
|
||||
"cropperjs"
|
||||
],
|
||||
|
Reference in New Issue
Block a user