mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-4539] Make ms-office as secondary point of aca-content (#3180)
* [ACS-4539] Make ms-office as secondary point of aca-content * [ACA-4539] Fix tsconfig path * [ACS-4539] Run ms-office unit tests as part of aca-content
This commit is contained in:
@@ -59,17 +59,17 @@
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "node_modules/@alfresco/adf-office-services-ext/assets",
|
||||
"output": "./assets/adf-office-services-ext"
|
||||
"input": "node_modules/@alfresco/aca-content/ms-office/assets",
|
||||
"output": "./assets/ms-office"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "projects/adf-office-services-ext/assets",
|
||||
"output": "./assets/adf-office-services-ext"
|
||||
"input": "projects/aca-content/ms-office/assets",
|
||||
"output": "./assets/ms-office"
|
||||
},
|
||||
{
|
||||
"glob": "aos.plugin.json",
|
||||
"input": "projects/adf-office-services-ext/assets",
|
||||
"input": "projects/aca-content/ms-office/assets",
|
||||
"output": "./assets/plugins"
|
||||
},
|
||||
{
|
||||
|
@@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
import { NgModule } from '@angular/core';
|
||||
import { AosExtensionModule } from '@alfresco/adf-office-services-ext';
|
||||
import { AosExtensionModule } from '@alfresco/aca-content/ms-office';
|
||||
import { AcaAboutModule } from '@alfresco/aca-content/about';
|
||||
import { AcaFolderRulesModule } from '@alfresco/aca-folder-rules';
|
||||
import { environment } from '../environments/environment';
|
||||
|
Reference in New Issue
Block a user