diff --git a/demo-shell-ng2/browser-sync-config.js b/demo-shell-ng2/browser-sync-config.js index 0f4ddb1677..dac89903d2 100644 --- a/demo-shell-ng2/browser-sync-config.js +++ b/demo-shell-ng2/browser-sync-config.js @@ -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}',