Map - regenerate JS

Hello all
I am looking for a way to regenerate markerclusterer.js after having modified markerclusterer.js.erb` but the following has not replaced the file:

rm -rf public/assets
RAILS_ENV=production rake assets:precompile

Thank you guys