Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for bower.json files installed as hidden files by Bower #11

Open
SizeSeeker opened this issue Jan 27, 2015 · 1 comment
Open

Comments

@SizeSeeker
Copy link

Some modules that I've installed using Bower include ".bower.json" files in their install bundle, rather than "bower.json". It looks like this breaks index.js on line 101, since "bower.json" is hard-coded as not hidden.

See for instance https://github.com/carhartl/jquery-cookie

@synthomat
Copy link

👍

It looks like some of the vendors include a bower.json (the non-hidden one) while others don't. Maybe the problem with inconsistency is there and not in this tool :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants