From d83270e17653c221c0cac74f3ab52dab3f8f6284 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Mon, 23 May 2016 23:28:55 +0100 Subject: [PATCH] point to dist --- ng2-components/ng2-alfresco-upload/demo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));