stealjs / system-bower

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

Create a way to disable loading certain modules #5

Closed matthewp closed 9 years ago

matthewp commented 9 years ago

Some modules you might want to ignore, for example in case where it doesn't contain a bower.json file and you want to avoid the 404.

matthewp commented 9 years ago

We should have a bowerIgnore that works like npmIgnore.

"system": {
  "bowerIgnore": [ "qunit" ]
}
matthewp commented 9 years ago

The fix is to check here if dep is not part of loader.bowerIgnore.

matthewp commented 9 years ago

Closed by #17