How to update bower.json
with installed packages from bower_components
?
bower init
does not add all my installed packages into bower.json
, some are obviously missing
bower list
fails connecting to github on one package.
So whats the correct way of doing this?