[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:
Eugenio Romano
2017-11-17 15:08:26 +00:00
committed by GitHub
parent 1021cba9fc
commit a8e209c5b5
14 changed files with 99 additions and 191 deletions

View File

@@ -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-process-services.js
coverage/
demo/
dist/
node_modules
typings/
fonts/
i18n/
assets/

View File

@@ -50,8 +50,8 @@ import { PeopleModule } from './people';
provide: TRANSLATION_PROVIDER,
multi: true,
useValue: {
name: '@alfresco/process-services',
source: '@alfresco/process-services'
name: 'adf-process-services',
source: 'assets/adf-process-services'
}
}
],