Rails rails 3.1.x assets 问题

wikimo · February 07, 2012 · Last by wikimo replied at February 07, 2012 · 2461 hits

默认 rails 3.1.x 是不是会自动去加载 app/assets/stylesheets 下的所有样式,主要通过 application.css 里面 *= require_self *= require_tree .

控制,该文件删除后好像就不会自动加载样式了,重新添加此文件好像也没有效果了,求解

自己解了,发现编辑下 application.css 就行了,诡异,大概缓存了吧

You need to Sign in before reply, if you don't have an account, please Sign up first.