I am working on a rails project that has too many javascript files. Processing this script takes too much time. I want to remove the unnecessary javascript includes from my application. I am familiar with the plugins that can find unnecessary css but I haven't come across any method of finding unused javascript. If anyone has any idea regarding this please share.
Thanks