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

Paths wild card incorrectly being applied. #96

Open
mfrancis107 opened this issue Aug 26, 2015 · 1 comment
Open

Paths wild card incorrectly being applied. #96

mfrancis107 opened this issue Aug 26, 2015 · 1 comment

Comments

@mfrancis107
Copy link

jspm: {
      paths: {
        "*": "js/*"
      },
      // Edit this to your needs
      loadFiles: ['tests/**/*.js', 'js/**/*.js'],
    },

With the above config it seems to be applying the wild card to all files now. When it loads the tests file it's now grabbing/base/js/tests/SimpleSpec.js but it should be pointing to /base/tests/SimpleSpec.js

@carlesandres
Copy link

This is happening to me as well. @mfrancis107 did you manage to work around it?

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