Hi,

I want to use both bundling and asset distribution on multiple servers
features provided by merb-asset. Both those two features seems to
collide to each other : when running the application in "production"
environment, the bundle will be generated, but the path won't fit with
the one generated by UniqueAssetPath, which includes the full asset
server name.

Another thing, the nice uniq_{js|css}_tag  methods doesn't supports
list of options, as does the underlying methods image_tag, require_js
and require_css, which is quite ennoying since we can't use
uniq_xxx_tag when we want to add some options (like media="print") and
must do the same stuff that does uniq_xxx_tag in the application that
use asset.

Is it intentionnally to simplify the code, a bug or just that I'm
quite wrong ?

Thanks for answers
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to