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/[email protected]",
"github:aurelia/[email protected]/aurelia-logging-console",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-logging",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-history-browser",
"npm:[email protected]",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-history",
"npm:[email protected]/client/shim.min",
"github:jspm/[email protected]",
"github:jspm/[email protected]/index",
"npm:[email protected]",
"npm:[email protected]/browser",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-loader-default",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-metadata",
"github:aurelia/[email protected]/aurelia-loader",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-path",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-templating-router",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-router",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-dependency-injection",
"github:aurelia/[email protected]/aurelia-route-recognizer",
"github:aurelia/[email protected]/aurelia-event-aggregator",
"github:aurelia/[email protected]/route-loader",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-templating",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-task-queue",
"github:aurelia/[email protected]/aurelia-binding",
"github:aurelia/[email protected]/router-view",
"github:aurelia/[email protected]/route-href",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-templating-resources",
"github:aurelia/[email protected]/compose",
"github:aurelia/[email protected]/global-behavior",
"github:aurelia/[email protected]/with",
"github:aurelia/[email protected]/show",
"github:aurelia/[email protected]/repeat",
"github:aurelia/[email protected]/sanitize-html",
"github:aurelia/[email protected]/if",
"github:aurelia/[email protected]/replaceable",
"github:aurelia/[email protected]/focus",
"github:aurelia/[email protected]/compile-spy",
"github:aurelia/[email protected]/view-spy",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-templating-binding",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-animator-css",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-fetch-client",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-bootstrapper",
"github:aurelia/[email protected]",
"github:aurelia/[email protected]/aurelia-framework"
],
"dist/template-bundle.js": [
"src/scripts/views/welcome.html!github:systemjs/[email protected]",
"src/scripts/views/users/users.html!github:systemjs/[email protected]",
"src/scripts/views/nav-bar.html!github:systemjs/[email protected]",
"src/scripts/views/child-router.html!github:systemjs/[email protected]",
"src/scripts/views/auth/login.html!github:systemjs/[email protected]",
"src/scripts/app/app.html!github:systemjs/[email protected]",
"src/index.html!github:systemjs/[email protected]",
"src/app/states/users/users.html!github:systemjs/[email protected]",
"src/app/states/places/places.html!github:systemjs/[email protected]",
"src/app/states/places/details/place.details.html!github:systemjs/[email protected]",
"src/app/states/login/login.html!github:systemjs/[email protected]",
"src/app/states/interests/interests.html!github:systemjs/[email protected]",
"src/app/states/home/home.html!github:systemjs/[email protected]",
"src/app/index.html!github:systemjs/[email protected]",
"src/app/core/layout/navbar/navbar.html!github:systemjs/[email protected]",
"src/app/core/layout/navbar/menu.html!github:systemjs/[email protected]"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment