documentcloud / jammit

Industrial Strength Asset Packaging for Rails
http://documentcloud.github.com/jammit/
MIT License
1.16k stars 197 forks source link

Serve assets by browser type #101

Closed juggy closed 13 years ago

juggy commented 13 years ago

Would it be hard to serve different assets based on the browser type?

jashkenas commented 13 years ago

Not too hard. I recommend user agent sniffing in your Rails app, and serving a different asset package to the desired browsers.