Asset Pipeline Serving Stale Assets

Hi,

I have an application built on Rails 3.2.13 with JRuby 1.7.4, which I
deployed to torquebox. Before deployment, I precompiled assets.

Since the precompilation, changes to javascript and sass files are not
reflected in development mode.

I’ve run rake assets:clean RAILS_ENV=development and added
config.serve_static_assets = false to the development.rb file.

As anyone else experienced this issue? If yes, how did you solve it?
Thanks.

-Ari