bower / spec

bower.json and .bowerrc specification
285 stars 140 forks source link

Added example and documentation for shallowCloneHosts array #59

Closed nwinkler closed 8 years ago

nwinkler commented 8 years ago

See https://github.com/bower/bower/issues/1764 and https://github.com/bower/bower/commit/26f80d25bef495d66c080e9bd4327f5de96436df for more details

The shallowCloneHosts array was not documented up to now.

ghost commented 8 years ago

:+1:

Ran into this today where I had to jump into the bower code to figure out why shallow cloning wasn't working, only to discover that this option had to be set in a .bowerrc file.

sheerun commented 8 years ago

Whoops :( Thank you!

nwinkler commented 8 years ago

You're welcome :smile: - always a pleasure.