mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1968] fix packaging issues i18n and assets (#2665)
* fix packaging issues i18n and assets * remove other not used fodler
This commit is contained in:
@@ -2,13 +2,6 @@ npm-debug.log
|
||||
.idea
|
||||
.npmrc
|
||||
|
||||
coverage/
|
||||
demo/
|
||||
dist/
|
||||
node_modules
|
||||
typings/
|
||||
fonts/
|
||||
|
||||
/.editorconfig
|
||||
/.travis.yml
|
||||
/*.json
|
||||
@@ -17,3 +10,17 @@ fonts/
|
||||
/gulpfile.ts
|
||||
/.npmignore
|
||||
/.happypack
|
||||
**/*.html
|
||||
**/*.js
|
||||
**/*.ts
|
||||
!**/*.d.ts
|
||||
!**/adf-insights.js
|
||||
|
||||
coverage/
|
||||
demo/
|
||||
dist/
|
||||
node_modules
|
||||
typings/
|
||||
fonts/
|
||||
i18n/
|
||||
assets/
|
||||
|
@@ -42,8 +42,8 @@ import { DiagramsModule } from './diagram';
|
||||
provide: TRANSLATION_PROVIDER,
|
||||
multi: true,
|
||||
useValue: {
|
||||
name: '@alfresco/insights',
|
||||
source: '@alfresco/insights'
|
||||
name: 'adf-insights',
|
||||
source: 'assets/adf-insights'
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user