taptapship / wiredep

Wire Bower dependencies to your source code.
MIT License
1.15k stars 142 forks source link

wiredep fails if bower.json has main as empty string #270

Open jaichandra opened 7 years ago

jaichandra commented 7 years ago

I noticed that if the bower.json file has main property empty (main: ""), wiredep fails silently. Changing it to main: [] fixed the issue. It wasted hours trying to figure out why the build is failing with one particular bower dependency.