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.
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.
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)