« Return to Thread: Nexus 1.3.1 Plugin API change

Nexus 1.3.1 Plugin API change

by Max Powers :: Rate this Message:

Reply to Author | View in Thread

This is just a heads up for any plugin devs out there.  In process of fixing the caching/aggregation/minimizing of the javascript/css files, we changed the constructor of the DefaultStaticResource object (which is used to attach any static files to the application in your NexusResourceBundle implementation) to require a contentType (i.e. text/css, image/gif, etc.).
 
So you will need to update this so your plugin will work properly with 1.3.1 and newer versions of nexus (only applies if you attach static resources such as javascript, css, images, etc.).
 
Thanks
 
Max

 « Return to Thread: Nexus 1.3.1 Plugin API change