bower-resolve icon indicating copy to clipboard operation
bower-resolve copied to clipboard

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

Open SizeSeeker opened this issue 11 years ago • 1 comments

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

SizeSeeker avatar Jan 27 '15 19:01 SizeSeeker

:+1:

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 :-(

synthomat avatar Jun 18 '15 12:06 synthomat