Followup to using Closure with Rails
A couple of weeks ago I asked if anyone had any advice on how to incorporate Google’s Closure compiler into a Rails workflow. I didn’t receive any responses, but many others apparently had the same question because that post was receiving many hits from “google closure rails” type search queries.
Anyhoo, the folks at ZURB have built a plugin that looks promising. In a production environment, it runs your Javascript through the compiler before utilizing the built-in asset caching mechanism. You can grab it from Github.