Rails 3.1 asset pipeline doesn't pick up changes to @import'd sheets
问题 I use @import 'd partial sheets to organize my css/sass: /app /assets /stylesheets _constants.sass _layout.sass ... app.css.sass app.css.sass: @import _constants.sass // basic styles @import _layout.sass @import ... app.css.sass has an @import rule for _layout.sass , which allows me to share mixins and variables amongst the raw sass files before they're complied down into app.css The problem is that Rails doesn't recognize changes to the @import 'd partials ( _layout.sass ) and won't