mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* #1167 document-list improvements - allow setting custom root path - document-list module now re-exports datatable module (no need importing it separately if document-list is already used) - documentation updates and fixes * readme updates and unit test * user-info fixes and performance improvements - setup live reloads for user-info (demo shell) - optimise user-info template (single *ngIf, [mdl] directive for ‘user-profile-lists’ instead of CPU-hungry `ngAfterViewChecked`)
16 lines
783 B
JSON
16 lines
783 B
JSON
{
|
|
"watch": [
|
|
"node_modules/ng2-alfresco-core/dist/**/*.{html,css,js}",
|
|
"node_modules/ng2-alfresco-datatable/dist/**/*.{html,css,js}",
|
|
"node_modules/ng2-alfresco-documentlist/dist/**/*.{html,css,js}",
|
|
"node_modules/ng2-alfresco-login/dist/**/*.{html,css,js}",
|
|
"node_modules/ng2-alfresco-search/dist/**/*.{html,css,js}",
|
|
"node_modules/ng2-alfresco-upload/dist/**/*.{html,css,js}",
|
|
"node_modules/ng2-alfresco-userinfo/dist/**/*.{html,css,js}",
|
|
"node_modules/ng2-alfresco-viewer/dist/**/*.{html,css,js}",
|
|
"node_modules/ng2-alfresco-webscript/dist/**/*.{html,css,js}",
|
|
"node_modules/ng2-activiti-form/dist/**/*.{html,css,js}",
|
|
"node_modules/ng2-activiti-tasklist/dist/**/*.{html,css,js}"
|
|
]
|
|
}
|