我按照这些说明https://github.com/twbs/bootstrap-sass
安装了bootstrap我有app / assets / stylesheets / bootstrap-theme.css.map但没有app / assets / stylesheets / bootstrap-theme.css.map.css
这是我的/app/assets/stylesheets/application.css
body { padding-top: 60px;
padding-left: 50px;
}
@import "bootstrap-sprockets";
@import "bootstrap";
答案 0 :(得分:2)
我将文件扩展名从bootstrap-theme.css.map.css更改为bootstrap-theme.css.map
答案 1 :(得分:2)
bootstrap.css底部有一行你可以取消注释来解决这个问题:
sourceMappingURL=bootstrap.css.map