Sass::SyntaxError: File to import not found or unreadable: bootstrap-sprockets

前端 未结 15 1408
眼角桃花
眼角桃花 2020-11-30 03:40

I am suddenly getting this error in development and in production on deployment.

custom.css.scss

@import \"bootstrap-sprockets\";
@import \"bootstrap         


        
15条回答
  •  野性不改
    2020-11-30 04:14

    After making changes to Gemfile, do not forget to restart the server with rails s

    Restarting the rails server worked like a charm! :D

提交回复
热议问题