diff --git a/demo-shell-ng2/browser-sync-config.js b/demo-shell-ng2/browser-sync-config.js index edd9d8b4a6..2d1ab1d7db 100644 --- a/demo-shell-ng2/browser-sync-config.js +++ b/demo-shell-ng2/browser-sync-config.js @@ -9,6 +9,7 @@ browserSync.init({ }, files: [ + 'index.html', 'app/**/*.{html,htm,css,js}', 'dist/**/*.{html,htm,css,js}', 'node_modules/ng2-alfresco-core/dist/**/*.{html,htm,css,js}', diff --git a/ng2-components/ng2-alfresco-documentlist/demo/browser-sync-config.js b/ng2-components/ng2-alfresco-documentlist/demo/browser-sync-config.js index 8b74c90e8b..bd5f084318 100644 --- a/ng2-components/ng2-alfresco-documentlist/demo/browser-sync-config.js +++ b/ng2-components/ng2-alfresco-documentlist/demo/browser-sync-config.js @@ -9,6 +9,7 @@ browserSync.init({ }, files: [ + 'index.html', '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}', diff --git a/ng2-components/ng2-alfresco-login/demo/browser-sync-config.js b/ng2-components/ng2-alfresco-login/demo/browser-sync-config.js index 8b74c90e8b..bd5f084318 100644 --- a/ng2-components/ng2-alfresco-login/demo/browser-sync-config.js +++ b/ng2-components/ng2-alfresco-login/demo/browser-sync-config.js @@ -9,6 +9,7 @@ browserSync.init({ }, files: [ + 'index.html', '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}', diff --git a/ng2-components/ng2-alfresco-search/demo/browser-sync-config.js b/ng2-components/ng2-alfresco-search/demo/browser-sync-config.js index 8b74c90e8b..bd5f084318 100644 --- a/ng2-components/ng2-alfresco-search/demo/browser-sync-config.js +++ b/ng2-components/ng2-alfresco-search/demo/browser-sync-config.js @@ -9,6 +9,7 @@ browserSync.init({ }, files: [ + 'index.html', '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}', diff --git a/ng2-components/ng2-alfresco-upload/demo/browser-sync-config.js b/ng2-components/ng2-alfresco-upload/demo/browser-sync-config.js index 8b74c90e8b..bd5f084318 100644 --- a/ng2-components/ng2-alfresco-upload/demo/browser-sync-config.js +++ b/ng2-components/ng2-alfresco-upload/demo/browser-sync-config.js @@ -9,6 +9,7 @@ browserSync.init({ }, files: [ + 'index.html', '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}', diff --git a/ng2-components/ng2-alfresco-viewer/demo/browser-sync-config.js b/ng2-components/ng2-alfresco-viewer/demo/browser-sync-config.js index 8b74c90e8b..bd5f084318 100644 --- a/ng2-components/ng2-alfresco-viewer/demo/browser-sync-config.js +++ b/ng2-components/ng2-alfresco-viewer/demo/browser-sync-config.js @@ -9,6 +9,7 @@ browserSync.init({ }, files: [ + 'index.html', '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}',