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

Project jspm psackage not updated for Aurelia 0.15.0 breaking changes #22

Open
KarlDirck opened this issue Aug 20, 2015 · 1 comment
Open

Comments

@alexmills
Copy link

I'm having the same problem, what's the best way to solve this issue? I've changed these lines to get it working in the interim

function configure(config) {
    config.globalizeResources('./modal');
    config.globalizeResources('./modal-header');
    config.globalizeResources('./modal-body');
    config.globalizeResources('./modal-footer');
    config.globalizeResources('./au-button');
  }

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

2 participants