5

What is the difference between bootstrap-sass and bootstrap-sass-official in the bower registry?

The bower registry lists both, although they both point to https://github.com/twbs/bootstrap-sass.

Clay
  • 10,885
  • 5
  • 47
  • 44

2 Answers2

3

bootstrap-sass-official used to place source files under

bootstrap-sass-official/vendor/...

now that its just pointing at bootstrap-sass, the paths are all different

ie. installing bootstrap-sass-official now means you have to reference

bootstrap-sass/assets

instead of

bootstrap-sass-official/vendor/assets

(if you never used the OLD bootstrap-sass-official - that won't affect you)

Shadow Radiance
  • 1,349
  • 13
  • 20
2

Looking at the update meta and ownership of both, I'd say, nothing. No diff.

CNSKnight
  • 567
  • 7
  • 14