stealjs / system-bower

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

Warn user when 404 on loading a bower.json #6

Closed matthewp closed 9 years ago

matthewp commented 9 years ago

It's possible that loading a bower.json could cause a 404 in the case where the package doesn't include it (I've seen this happen). It doesn't prevent the rest of the modules from loading, but we should let the user know of the problem. Fixes #4