taptapship / wiredep

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

cli -b and --bowerJson produce different results #222

Closed danielsiwiec closed 8 years ago

danielsiwiec commented 8 years ago

If running via this CLI, -b filename does not behave properly, as the scripts reads the JSON contents of the filename, puts it in the same -b property and later overwrites it again with just the filename. This only happens for -b, not for --bowerJson.

PR to follow soon.

danielsiwiec commented 8 years ago

@stephenplusplus Hi, could you take a quick look at this?

stephenplusplus commented 8 years ago

Sorry for taking so long and thanks for helping out! I have a quick comment to make over on the PR.

danielsiwiec commented 8 years ago

Updated the PR per your suggestion