I just upgraded to bower 1.0, did a bower install
and found a bunch of new .bower.json
files (note the leading period).
I found no references to .bower.json
on the changelog or in the docs. Am I supposed to .gitignore
these? They look very much like the original bower.json
without the dot plus some extra metadata.
The bower. json file is actually used to define a Bower package, so in effect you're creating your own package that contains all of the dependencies for your application.
Bower has been deprecated. It is still being maintained for those who still use it.
To get started, Bower works by fetching and installing packages from all over, taking care of hunting, finding, downloading, and saving the stuff you're looking for. Bower keeps track of these packages in a manifest file, bower. json . How you use packages is up to you.
You can't delete them because Bower uses its extra metadata. It was decided to leave the original bower.json file untouched and create a .bower.json one instead.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With