diff --git a/demo-shell-ng2/ng2-alfresco/.gitignore b/demo-shell-ng2/ng2-alfresco/.gitignore index 32a9368329..57c531645f 100644 --- a/demo-shell-ng2/ng2-alfresco/.gitignore +++ b/demo-shell-ng2/ng2-alfresco/.gitignore @@ -4,5 +4,5 @@ jspm_packages .idea lib build -src/**/**.js -src/**/*.js.map +*.js +*.js.map diff --git a/demo-shell-ng2/ng2-alfresco/components.js b/demo-shell-ng2/ng2-alfresco/components.js deleted file mode 100644 index 54cbcd71d1..0000000000 --- a/demo-shell-ng2/ng2-alfresco/components.js +++ /dev/null @@ -1,25 +0,0 @@ -System.register(['./src/HelloWorld'], function(exports_1, context_1) { - "use strict"; - var __moduleName = context_1 && context_1.id; - var HelloWorld_1; - function exportStar_1(m) { - var exports = {}; - for(var n in m) { - if (n !== "default") exports[n] = m[n]; - } - exports_1(exports); - } - return { - setters:[ - function (HelloWorld_1_1) { - HelloWorld_1 = HelloWorld_1_1; - exportStar_1(HelloWorld_1_1); - }], - execute: function() { - exports_1("default",{ - directives: [HelloWorld_1.HelloWorld] - }); - } - } -}); -//# sourceMappingURL=components.js.map \ No newline at end of file diff --git a/demo-shell-ng2/ng2-alfresco/components.js.map b/demo-shell-ng2/ng2-alfresco/components.js.map deleted file mode 100644 index 2c96cf19df..0000000000 --- a/demo-shell-ng2/ng2-alfresco/components.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"components.js","sourceRoot":"","sources":["components.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;YAGA,oBAAe;gBACX,UAAU,EAAE,CAAC,uBAAU,CAAC;aAC3B,EAAA"} \ No newline at end of file