Skip to content

Instantly share code, notes, and snippets.

@rolaveric
Last active August 29, 2015 14:13
Show Gist options
  • Save rolaveric/40f56ceaf000aec3acb6 to your computer and use it in GitHub Desktop.
Save rolaveric/40f56ceaf000aec3acb6 to your computer and use it in GitHub Desktop.
Example of a SystemJS configuration file
// Configure module loader
System.config({
baseURL: '/app/',
// Set paths for third-party libraries as modules
paths: {
'angular': 'bower_components/angular/angular.js',
'angular-route': 'bower_components/angular-route/angular-route.js'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment