mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
- add support for displaying form name in task header (only when form loaded) - fix live reload for task-details component (demo shell) - code improvements (including type-safe events)
15 lines
713 B
JSON
15 lines
713 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-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}"
|
|
]
|
|
}
|