Is it possible to disable CSS / JS file merge in css / js registry.xml in Plone?
Something like that:
<javascript id="++my++theme/javascripts/myscript.js" mergeble="False" />
You can enable / disable caching and other parameters, for example. cssregistry.xml with cacheable = "False" or so. But is there a way to disable merging? There is nothing about this in the Plone documentation.
Thanks!
source share