You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 :-(
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
The text was updated successfully, but these errors were encountered: