Refactor for PR

This commit is contained in:
Vito Albano
2016-10-13 18:18:50 +01:00
parent cc6a685bc4
commit 0a539e9fdd
11 changed files with 289 additions and 199 deletions

View File

@@ -45,6 +45,10 @@ module.exports = function (config) {
// ng2-components
{ pattern: 'node_modules/ng2-alfresco-core/dist/**/*.js', included: false, served: true, watched: false },
// Fake files
{ pattern: 'src/assets/ecmImg.gif', included: false, watched: true, served: true },
{ pattern: 'src/assets/bpmImg.gif', included: false, watched: true, served: true },
{ pattern: 'src/img/anonymous.gif', included: false, watched: true, served: true },
// paths to support debugging with source maps in dev tools
{pattern: 'src/**/*.ts', included: false, watched: false},