From 9967fa44fa80160fdbd286c3b98bde2b4b025599 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 9 Jun 2016 11:44:12 +0100 Subject: [PATCH] add index in the livereload --- demo-shell-ng2/browser-sync-config.js | 1 + .../ng2-alfresco-documentlist/demo/browser-sync-config.js | 1 + ng2-components/ng2-alfresco-login/demo/browser-sync-config.js | 1 + ng2-components/ng2-alfresco-search/demo/browser-sync-config.js | 1 + ng2-components/ng2-alfresco-upload/demo/browser-sync-config.js | 1 + ng2-components/ng2-alfresco-viewer/demo/browser-sync-config.js | 1 + 6 files changed, 6 insertions(+) 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}',