Currently, in many projects we explicitly ignore .bower.json files through .gitignore, because originally I underestimated its value.
Fact is, that .bower.json contains the actual installed Bower package metadata, which makes it super useful for starcounter-debug-aid. Thanks to this information we can deduct the installed version numer for any Bower package.
Remove .bower.json from .gitignore files in all Starcounter demo projects
Currently, in many projects we explicitly ignore
.bower.json
files through.gitignore
, because originally I underestimated its value.Fact is, that
.bower.json
contains the actual installed Bower package metadata, which makes it super useful for starcounter-debug-aid. Thanks to this information we can deduct the installed version numer for any Bower package.Remove
.bower.json
from.gitignore
files in all Starcounter demo projects