Per-script combining configuration
----------------------------------

                 Key: TAP5-935
                 URL: https://issues.apache.org/jira/browse/TAP5-935
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.1.0.5
            Reporter: Raul Montes


Some libraries (like TinyMCE for example) requires to be loaded from its own 
script tag because they look into its own src to find out the path of other 
related resources (like themes, languages, images, etc., in TinyMCE case). But 
if the initializing script of tinyMCE is combined into the virtual asset, it 
can't figured out its own path and thus fails to load other required resources.

Because of this problem, I had to disable this great feature, but I think it 
could be solved if we can set whether a script should be combined or not.

I put TinyMCE as an example because this library made me disable combined 
scripts, but the same teqnique is also used by many other libraries as well (as 
the not modified version of scriptaculous itself) or even in cases when dynamic 
javascript file generation is needed.

Regards.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to