infusionsoft / bower-locker

Command line tool to create a pseudo-bower lock file.
Apache License 2.0
15 stars 8 forks source link

Ignore invalid Bower folders #8

Closed KristofMorva closed 7 years ago

KristofMorva commented 7 years ago

The Bower folder may contain folders, which are invalid, for example auto generated, forgotten garbage, or even the packages of another package manager. If no valid JSON file is found in the folder, just ignore it (instead of an immediate crash).

MaKleSoft commented 7 years ago

@kmorva no, this won't do I'm afraid. Seems like you merged master into the feature branch instead of rebasing. I'll take care of it.

MaKleSoft commented 7 years ago

Squashed and merged: https://github.com/infusionsoft/bower-locker/commit/850fc7ccdb6ebec86f0d2ab0926af87deceaa7ed

MaKleSoft commented 7 years ago

@kmorva Don't worry about it. Thanks for your contribution!