mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Watching 'app' folder in demo shell for live reload
This commit is contained in:
@@ -8,7 +8,9 @@ browserSync.init({
|
||||
middleware: [ historyApiFallback() ]
|
||||
},
|
||||
|
||||
files: ['dist/**/*.{html,htm,css,js}',
|
||||
files: [
|
||||
'app/**/*.{html,htm,css,js}',
|
||||
'dist/**/*.{html,htm,css,js}',
|
||||
'node_modules/ng2-alfresco-core/dist/**/*.{html,htm,css,js}',
|
||||
'node_modules/ng2-alfresco-datatable/dist/**/*.{html,htm,css,js}',
|
||||
'node_modules/ng2-alfresco-documentlist/dist/**/*.{html,htm,css,js}',
|
||||
|
Reference in New Issue
Block a user