Rails won't load asset pipeline

前端 未结 6 1875
时光说笑
时光说笑 2021-01-18 05:21

I ran rake assets:precompile by mistake on development, and Rails stopped loading the assets on development. I only get application.js and ap

6条回答
  •  梦谈多话
    2021-01-18 05:38

    Open config/application.rb and set the following:

    config.assets.enabled = true

提交回复
热议问题