I have a large rails app with hundreds of coffee script files.
Sometimes when I make a tiny change in a coffeescript file or I switch the branch the whole assets are
It's a sad truth, but you don't. There is not a clean way to solve this.
However, there are some patterns you could follow to minimize your pain which if I understand correctly is having to wait a lot in development to see the changes.
As said these have been seen here1 and here2.