Mercurial > hg > ng2-query-ismi
diff index.html @ 22:9343e43a17d1
build with jspm now.
author | casties |
---|---|
date | Tue, 26 Jan 2016 15:43:30 +0100 |
parents | 98b435bb6c0c |
children | 0795207f3b90 |
line wrap: on
line diff
--- a/index.html Fri Jan 22 20:33:26 2016 +0100 +++ b/index.html Tue Jan 26 15:43:30 2016 +0100 @@ -4,23 +4,12 @@ <title>ISMI Query Builder</title> <!-- 1. Load libraries --> - <script src="node_modules/angular2/bundles/angular2-polyfills.js"></script> - <script src="node_modules/systemjs/dist/system.src.js"></script> - <script src="node_modules/rxjs/bundles/Rx.js"></script> - <script src="node_modules/angular2/bundles/angular2.dev.js"></script> - <script src="node_modules/angular2/bundles/http.dev.js"></script> + <script src="jspm_packages/system.js"></script> + <script src="config.js"></script> <!-- 2. Configure SystemJS --> <script> - System.config({ - packages: { - app: { - format: 'register', - defaultExtension: 'js' - } - } - }); - System.import('app/boot') + System.import('app') .then(null, console.error.bind(console)); </script>