mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
fix linked ADF styling (#3522)
This commit is contained in:
parent
4e21459fea
commit
4ce4b82e46
@ -169,7 +169,10 @@
|
|||||||
"buildOptimizer": false,
|
"buildOptimizer": false,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"optimization": false,
|
"optimization": false,
|
||||||
"namedChunks": true
|
"namedChunks": true,
|
||||||
|
"stylePreprocessorOptions": {
|
||||||
|
"includePaths": ["projects/aca-content/src/lib/ui", "node_modules", "../alfresco-ng2-components/lib/core/src/lib"]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"adfprod": {
|
"adfprod": {
|
||||||
"tsConfig": "app/tsconfig.app.adf.json",
|
"tsConfig": "app/tsconfig.app.adf.json",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user