mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* [AAE-15828] layout-bp mixin for core * [AAE-15828] fixed import * [AAE-15828] layout-bp for process-services-cloud * [AAE-15828] layout-bp for process-services * [AAE-15828] layout-bp for content-services * [AAE-15828] fixed incorrect values * [AAE-15828] lint fix * configure stylePreprocessorOptions for cross project scss importing * scss import cardio * set correct style paths for packages * [AAE-16369] addded missing test config * [ci:force] fix for the pretheme build * unified configs for libs
48 lines
973 B
JSON
48 lines
973 B
JSON
{
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
"dest": "../../dist/libs/core",
|
|
"assets": [
|
|
{
|
|
"glob": "**/*.scss",
|
|
"input": "./breadcrumbs/src/styles",
|
|
"output": "./breadcrumbs/styles"
|
|
},
|
|
{
|
|
"glob": "custom-theme/**/*",
|
|
"input": "./",
|
|
"output": "/"
|
|
},
|
|
{
|
|
"glob": "assets/**/*",
|
|
"input": "./src/lib",
|
|
"output": "/bundles/"
|
|
},
|
|
{
|
|
"glob": "i18n/*.json",
|
|
"input": "./src/lib",
|
|
"output": "/bundles/assets/adf-core/"
|
|
},
|
|
{
|
|
"glob": "app.config.schema.json",
|
|
"input": "./src/lib/app-config",
|
|
"output": "/"
|
|
},
|
|
{
|
|
"glob": "**/*.scss",
|
|
"input": "./src/lib",
|
|
"output": "/lib"
|
|
}
|
|
],
|
|
"lib": {
|
|
"entryFile": "./src/public-api.ts",
|
|
"flatModuleFile": "adf-core",
|
|
"styleIncludePaths": [
|
|
"./src/lib"
|
|
]
|
|
},
|
|
"allowedNonPeerDependencies": [
|
|
"cropperjs",
|
|
"angular-oauth2-oidc"
|
|
]
|
|
}
|