less bundle, more fundle

This commit is contained in:
Tim Lancina
2015-06-29 14:20:22 -05:00
parent 8c48693bf7
commit 1e5d6ca74d
3 changed files with 10 additions and 20 deletions

View File

@@ -1,28 +1,9 @@
System.config({
"baseURL": "/",
"transpiler": "traceur",
"paths": {
"*": "*.js",
"github:*": "jspm_packages/github/*.js",
"npm:*": "jspm_packages/npm/*.js",
"ionic/*": "dist/js/ionic.bundle.js",
"angular2/*": "scripts/resources/angular2.dev.js"
},
"bundles": {
"dist/js/ionic.bundle": [
"ionic"
],
"scripts/resources/angular2.dev": [
"angular2"
]
"ionic/*": "ionic/*"
}
});
System.config({
"map": {
"babel": "npm:babel-core@5.6.5",
"traceur": "github:jmcriffey/bower-traceur@0.0.88",
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.88"
}
});

View File

@@ -40,9 +40,13 @@
</ion-app>
<!-- SystemJS Loader -->
<script src="/scripts/resources/traceur-runtime.js"></script>
<script src="/jspm_packages/system.src.js"></script>
<script src="/config.js"></script>
<!-- Angular bundle -->
<script src="/scripts/resources/angular2.dev.js"></script>
<!-- ionic bundle -->
<script src="/dist/js/ionic.bundle.js"></script>

View File

File diff suppressed because one or more lines are too long