stealjs / system-bower

[DEPRECATED] SystemJS and StealJS Bower plugin
MIT License
2 stars 1 forks source link

replace bower_components in the paths #2

Closed matthewp closed 9 years ago

matthewp commented 9 years ago

If a library does something like:

{
  "paths": {
    "foo": "bower_components/foo/foo.js"
  }
}

we should replace bower_components with the bowerPath in case the user uses an alternative folder.