diff --git a/ng2-components/ng2-alfresco-upload/demo/index.html b/ng2-components/ng2-alfresco-upload/demo/index.html index 57cb4a3369..8d2a2864f0 100644 --- a/ng2-components/ng2-alfresco-upload/demo/index.html +++ b/ng2-components/ng2-alfresco-upload/demo/index.html @@ -52,7 +52,7 @@ } } }); - System.import('src/main').catch(console.log.bind(console)); + System.import('dist/main').catch(console.log.bind(console));