Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location / Endpoint Configuration #24

Closed
guybedford opened this issue Nov 8, 2013 · 0 comments
Closed

Location / Endpoint Configuration #24

guybedford opened this issue Nov 8, 2013 · 0 comments

Comments

@guybedford
Copy link
Member

Firstly, change the name of locations to endpoints.

Then, allow the following configuration options:

endpoints: {
  github: {
    format: 'detect' / 'es6' / 'amd' / 'cjs' / 'global',
    location: 'https://github.jspm.io',

    repoDepth: 1, // allows specifying a standard main form for the location
    main: 'main'
  }
}

The standard form will still work though as well:

endpoints: {
  github: 'https://github.jspm.io'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant