CSS in Rails Asset Path not processed by ERB in development

前端 未结 6 1693
说谎
说谎 2021-01-03 05:51

I have a Rails app with the following in /app/assets/stylesheets/styles.css.erb:

...
#nestedbg {
    background-position: left top;
    backgrou         


        
6条回答
  •  Happy的楠姐
    2021-01-03 06:07

    Sam Oliver's advice did the trick for me, simply renaming the extensions didn't update the timestamp on the files.

提交回复
热议问题