rails 3.1 asset pipeline css caching in development
问题 I'm a bit confused as it seems like the application.css is including itself twice, once when it lists the resources from the manifest and then a cache of that. So when I delete an individual file it still seems to stay alive inside the application.css file. application.css (source) /* *= require twitter/bootstrap *= require_self *= require_tree ./common *= require_tree ./helpers */ Which works as expected and outputs in dev mode all the relevant individual files development.rb # Do not