我正在使用带有rails的bootstrap.
我想知道bootstrap和bootstrap-sprockets之间的区别是什么?链轮是特殊版本的bootstrap吗?
解决方法
用于boostrap-sass的
github doc解释了它:
bootstrap-sprockets and bootstrap should not both be included in
application.js.
bootstrap-sprockets
provides individual Bootstrap Javascript files
(alert.js or dropdown.js,for example),whilebootstrap
provides a concatenated file containing all Bootstrap Javascripts.