Skip to content

Instantly share code, notes, and snippets.

@jbubsk
Created September 27, 2015 18:39
Show Gist options
  • Save jbubsk/aef6c18fce15ac2a893f to your computer and use it in GitHub Desktop.
Save jbubsk/aef6c18fce15ac2a893f to your computer and use it in GitHub Desktop.
bundles: {
"dist/aurelia-bundle.js": [
"github:aurelia/logging-console@0.6.2",
"github:aurelia/logging-console@0.6.2/aurelia-logging-console",
"github:aurelia/logging@0.6.4",
"github:aurelia/logging@0.6.4/aurelia-logging",
"github:aurelia/history-browser@0.7.0",
"github:aurelia/history-browser@0.7.0/aurelia-history-browser",
"npm:core-js@0.9.18",
"github:aurelia/history@0.6.1",
"github:aurelia/history@0.6.1/aurelia-history",
"npm:core-js@0.9.18/client/shim.min",
"github:jspm/nodelibs-process@0.1.1",
"github:jspm/nodelibs-process@0.1.1/index",
"npm:process@0.10.1",
"npm:process@0.10.1/browser",
"github:aurelia/loader-default@0.9.5",
"github:aurelia/loader-default@0.9.5/aurelia-loader-default",
"github:aurelia/metadata@0.7.3",
"github:aurelia/loader@0.8.7",
"github:aurelia/metadata@0.7.3/aurelia-metadata",
"github:aurelia/loader@0.8.7/aurelia-loader",
"github:aurelia/path@0.8.1",
"github:aurelia/path@0.8.1/aurelia-path",
"github:aurelia/templating-router@0.15.0",
"github:aurelia/templating-router@0.15.0/aurelia-templating-router",
"github:aurelia/router@0.11.0",
"github:aurelia/router@0.11.0/aurelia-router",
"github:aurelia/dependency-injection@0.9.2",
"github:aurelia/route-recognizer@0.6.2",
"github:aurelia/event-aggregator@0.7.0",
"github:aurelia/dependency-injection@0.9.2/aurelia-dependency-injection",
"github:aurelia/route-recognizer@0.6.2/aurelia-route-recognizer",
"github:aurelia/event-aggregator@0.7.0/aurelia-event-aggregator",
"github:aurelia/templating-router@0.15.0/route-loader",
"github:aurelia/templating@0.14.1",
"github:aurelia/templating@0.14.1/aurelia-templating",
"github:aurelia/binding@0.8.6",
"github:aurelia/task-queue@0.6.2",
"github:aurelia/task-queue@0.6.2/aurelia-task-queue",
"github:aurelia/binding@0.8.6/aurelia-binding",
"github:aurelia/templating-router@0.15.0/router-view",
"github:aurelia/templating-router@0.15.0/route-href",
"github:aurelia/templating-resources@0.14.0",
"github:aurelia/templating-resources@0.14.0/aurelia-templating-resources",
"github:aurelia/templating-resources@0.14.0/compose",
"github:aurelia/templating-resources@0.14.0/global-behavior",
"github:aurelia/templating-resources@0.14.0/with",
"github:aurelia/templating-resources@0.14.0/show",
"github:aurelia/templating-resources@0.14.0/repeat",
"github:aurelia/templating-resources@0.14.0/sanitize-html",
"github:aurelia/templating-resources@0.14.0/if",
"github:aurelia/templating-resources@0.14.0/replaceable",
"github:aurelia/templating-resources@0.14.0/focus",
"github:aurelia/templating-resources@0.14.0/compile-spy",
"github:aurelia/templating-resources@0.14.0/view-spy",
"github:aurelia/templating-binding@0.14.0",
"github:aurelia/templating-binding@0.14.0/aurelia-templating-binding",
"github:aurelia/animator-css@0.15.0",
"github:aurelia/animator-css@0.15.0/aurelia-animator-css",
"github:aurelia/fetch-client@0.1.2",
"github:aurelia/fetch-client@0.1.2/aurelia-fetch-client",
"github:aurelia/bootstrapper@0.16.0",
"github:aurelia/bootstrapper@0.16.0/aurelia-bootstrapper",
"github:aurelia/framework@0.15.0",
"github:aurelia/framework@0.15.0/aurelia-framework"
],
"dist/template-bundle.js": [
"src/scripts/views/welcome.html!github:systemjs/plugin-text@0.0.2",
"src/scripts/views/users/users.html!github:systemjs/plugin-text@0.0.2",
"src/scripts/views/nav-bar.html!github:systemjs/plugin-text@0.0.2",
"src/scripts/views/child-router.html!github:systemjs/plugin-text@0.0.2",
"src/scripts/views/auth/login.html!github:systemjs/plugin-text@0.0.2",
"src/scripts/app/app.html!github:systemjs/plugin-text@0.0.2",
"src/index.html!github:systemjs/plugin-text@0.0.2",
"src/app/states/users/users.html!github:systemjs/plugin-text@0.0.2",
"src/app/states/places/places.html!github:systemjs/plugin-text@0.0.2",
"src/app/states/places/details/place.details.html!github:systemjs/plugin-text@0.0.2",
"src/app/states/login/login.html!github:systemjs/plugin-text@0.0.2",
"src/app/states/interests/interests.html!github:systemjs/plugin-text@0.0.2",
"src/app/states/home/home.html!github:systemjs/plugin-text@0.0.2",
"src/app/index.html!github:systemjs/plugin-text@0.0.2",
"src/app/core/layout/navbar/navbar.html!github:systemjs/plugin-text@0.0.2",
"src/app/core/layout/navbar/menu.html!github:systemjs/plugin-text@0.0.2"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment